Skip to content

Swordblu3/Zothacks-project

Repository files navigation

zothacks-2020-backend-fundamentals

Basic overview

Basic Flask backend that has CRUD (Create, Read, Update, Delete) endpoints for a User that is stored in a Mongo Database

Deployed version can be found at https://zothacks-2020-fundamentals.herokuapp.com/

Instructions

  1. Create and activate your Python Virtual Environment
    $ python3 -m venv env
    $ source env/bin/activate
    
  2. Install the project dependencies
    $ pip3 install -r requirements.txt
    
  3. Run the project without a debugger attached
    $ python3 app.py
    
  4. Check Postman Collection for Endpoint Documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages