Skip to content

Vyvy-vi/dev-quotes-api

dev-quotes-api

The dev-quotes-api is a synchronous REST API made using Flask, and HarperDB for showcasing community quotes from developers and possibly in the future this might be connected to different services, Just for fun :P The API is currently in development and might be launched soon. This is an opensource project under the "BSD 3-Clause" License.

Demo of JSON output

Deployment Status: Online(in development)

https://dev-quotes-api.herokuapp.com/

PLANS-

  • GET method for random quotes
  • GET method for random quotes from one author
  • GET method for quotes to be fetched by id
  • GET method to get ALL quotes from an author
  • POST method to insert data
  • Add more data in the quote database.
  • Make this async?
  • Better docs and README

NOTE-

This project might be archived and revived with FastAPI/Starlette/aiohttp.web(asynchronous) [*The Flask version would NOT be deleted tho :) ]