Skip to content

famous quotes generator made with ktor ๐Ÿค˜๐Ÿพ and litote kmongo ๐Ÿฆ…

License

Notifications You must be signed in to change notification settings

AbGhost-cyber/Quotes-App-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

7 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Ktor Quotes-App-Backend

simple quotes api generator made with ktor and mongodb ktor libary kmongo ๐Ÿš€

check out it's mobile app here ๐Ÿ‘‰๐Ÿฟ https://github.com/AbGhost-cyber/react-native-quotes-app

#HOW TO USE:

  • install intellij, clone this repo and build project.
  • currently this server runs on localhost.
  • you can also use postman to test each endpoint before integrating on client side.

END POINTS METHOD FUNCTION
/quotes/ GET this endpoint returns all quotes available in the database, to get all favorited quotes specify "fav" as the query paremeter and set to true, for example: "https://yourdomain/quotes?fav=true".
/quotes/{id}/ GET this endpoint returns a specific quote.
/quote/ POST this endpoint saves a quote to the database.
/quote/fav/{id}/ POST this endpoint saves a quote to the database.
/quotes/ DELETE this endpoint deletes a specific quote from the database.

About

famous quotes generator made with ktor ๐Ÿค˜๐Ÿพ and litote kmongo ๐Ÿฆ…

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages