A simple flask server to demonstrate basic flask.
Follow instructions here to create and activate virtual enviornment for this project.
Run pip install -r requirements.txt
to install any dependencies.
Follow instructions on the Postman docs to install and run postman. Once postman is running, import the collection ./udacity-fsnd-flaskrecap.postman_collection.json
.
On first run, execute export FLASK_APP=FlaskRecap.py
. Then run flask run --reload
to run the developer server.