Skip to content

DataPlumbers/WebAppBackEnd

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages