This is a simple Rest API which can be used to fetch a quote with id or a list of quote. we can also do CRUD operation on the Quote. Also this app uses Beautiful Soup to scrap data from a Quote website & save the data to the DataBase by using provided commands.
🌐 http://127.0.0.1:8000/api/quotes
GET /quote/<pk> - Get the quote based on the primary keyGET /quotes - List all the quotesPOST /quotes - Create a QuoteDELETE /quote/<pk> - Delete a QuotePATCH /quote/<pk> - Partial Update a QuotePUT /quote/<pk> - Update a Quote
Commands to Scrape data from https://www.goodreads.com/quotes & save to DataBase
python manage.py category qantity
python manage.py life 50