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 QuotePosted May 20, 2025
Developed a REST API for managing quotes with CRUD operations and web scraping.