Skip to content

cfranklin20/flask_api_workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ACM Flask API Workshop

To set up API:

  1. Clone this repo with git clone https://github.com/cfranklin20/flask_api_workshop.git
  2. Change to the directory with cd flask_api_workshop
  3. Create a virtual environment with python3 -m venv flask_env
  4. Source the virtual environment using source flask_env/bin/activate
  5. Install the dependencies for the project with pip install -r requirements.txt
  6. In the src directory run: python3 main.py and then navigate to http://127.0.0.1:5000/books/docs
  7. Slides for workshop at: https://docs.google.com/presentation/d/1NEGaJDfIrO2qHxh8-JwtThg1afdvFzEa_H_lFQZo8AE/edit?usp=sharing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages