To set up API:
- Clone this repo with
git clone https://github.com/cfranklin20/flask_api_workshop.git - Change to the directory with
cd flask_api_workshop - Create a virtual environment with
python3 -m venv flask_env - Source the virtual environment using
source flask_env/bin/activate - Install the dependencies for the project with
pip install -r requirements.txt - In the
srcdirectory run:python3 main.pyand then navigate tohttp://127.0.0.1:5000/books/docs - Slides for workshop at: https://docs.google.com/presentation/d/1NEGaJDfIrO2qHxh8-JwtThg1afdvFzEa_H_lFQZo8AE/edit?usp=sharing