This repository contains the Python backend for a website that allows the user to store his/her favorite quotes.
Project is created with:
- Python 3.8
- Flask 1.1.2
To run this project, execute the following commands:
cd quotes-backend/
pip install -r requirements.txt
python app.py
- Add a new quote
- See all quotes
- Edit a quote
- Delete a quote
- Search a quote
- Visualise a quote
- Users
- Check duplicate quotes
- Multiple authors