/flask-books-api

A Books Api mini project using Flask/Python.

Primary LanguagePython

Flask Books Api

Set up & Run locally

1. Clone the project

git clone https://github.com/anuraagnagar/flask-books-api.git

2. Go to the project directory

cd flask-books-api

3. Install the Flask Library

pip install flask

4. Run the server

python app.py