Thanks to visit codestin.com
Credit goes to github.com

Skip to content

brandonw62/Flask_REST_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask_REST_API

Setup And Installation

git clone <repo-url>

Setup Python Virtual Env

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Update Packages

pip install pip -U
pip install setuptools -U
pip install pylint

Running The App

python main.py

Viewing The App

Go to http://127.0.0.1:5000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages