This is RESTless

RESTless is a web-based application that generates a random quote every time the user reaches the endpoint. The application is built using Django, a high-level Python web framework that follows the model-view-controller (MVC) architectural pattern.

The REST API provides a simple and easy-to-use interface that returns a random quote in JSON format when a GET request is made to the API endpoint. The quotes are sourced from a collection of inspiring and motivational quotes, making it a useful tool for developers who want to add a bit of inspiration to their applications.

More to come in future