Simple framework for building an API with Flask
# 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
python run.py