Skip to content

EricDalrymple91/simple_flask_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple_flask_api

Simple framework for building an API with Flask

Setup

# Clone the repo to your local machine
git clone https://github.com/EricDalrymple91/basic-pytest-framework.git
cd basic-pytest-framework

# Create a virtual environment
pip install virtualenv
python3 -m venv venv
source venv/bin/activate

# Install the necessary python packages
pip install -r requirements.txt

Usage

python run.py

About

Simple framework for building an API with Flask

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages