Skip to content

kramsey458/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.

Linux/Windows

pip install pipenv

OSX

pip3 install pipenv

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%