Simple Flask API Demonstration Which Simulates a Users Database
- If you do not have Anaconda installed... Install it w/
- OSX
brew cask install anaconda
- OTher Platforms
- Anaconda Website
- Install 3.7 version
- OSX
- Clone this repo
- Change directories to to the cloned repo
- Create a Conda environment
conda create -n flask-demo python=3.7
- Activate your new environment
source activate flask-demo
- Install Dependencies
pip install -r requirements.txt
- Export FLASK_APP variable
export FLASK_APP=app.py
- Run Flask Server
flask run
- Install Insomnia
- OSX
brew cask install insomnia
- All Platforms
- OSX
- Import the
Insomnia.jsonfile into Insomnia