Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 724 Bytes

File metadata and controls

24 lines (18 loc) · 724 Bytes

Python-Flask Backend: How To Run

Build Status

Make sure you are in the root directory, WebAppBackEnd/

Run the following commands.

If you do not have pipenv installed already: Linux/Windows

pip install pipenv

OSX

pip3 install pipenv

Then run:

pipenv install

Change into python-flask directory: run using:

gunicorn app:app

using pipenv to install dependencies.
Open http://0.0.0.0:8000/ to view it in the browser.

Flask_postman_tests.json contains GET and POST requests (Postman) to test the server with
View routes in index.py