Skip to content

A simple flask server to demonstrate basic flask. Learn to how to insert greetings using POST and GET

Notifications You must be signed in to change notification settings

marsandrover/FlaskRecap.py

Repository files navigation

Flask Recap

A simple flask server to demonstrate basic flask.

Getting Started

Create a Virutal Enviornment

Follow instructions here to create and activate virtual enviornment for this project.

Install Dependencies

Run pip install -r requirements.txt to install any dependencies.

Install Postman

Follow instructions on the Postman docs to install and run postman. Once postman is running, import the collection ./udacity-fsnd-flaskrecap.postman_collection.json.

Run the Server

On first run, execute export FLASK_APP=FlaskRecap.py. Then run flask run --reload to run the developer server.

About

A simple flask server to demonstrate basic flask. Learn to how to insert greetings using POST and GET

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages