https://github.com/coderrony955/random-quotes-api
A REST API that built with PostgreSQL
https://github.com/coderrony955/random-quotes-api
Last synced: 11 months ago
JSON representation
A REST API that built with PostgreSQL
- Host: GitHub
- URL: https://github.com/coderrony955/random-quotes-api
- Owner: CoderRony955
- License: mit
- Created: 2025-06-04T08:41:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-04T08:45:14.000Z (about 1 year ago)
- Last Synced: 2025-06-04T15:55:53.129Z (about 1 year ago)
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Random Quotes API
This is a simple API that returns random motivational quotes which is written in FastAPI. And the all quotes are stored in PostgreSQL database. If someone wants to use this API, they can use it for their projects. Feel free to use it.
## Endpoints
- `/get` - Get all quotes
- `/quote/{id}` - Get quote by id
- `/post` - Add quote
- -`/rmquote/{id}` - Remove quote by id
- `/update/{id}` - Update quote by id
**If you want to add more endpoints, you can add them in the code.**
## License
This project is licensed under the MIT License - see the [LICENSE](https://github.com/CoderRony955/random-quotes-api/blob/main/LICENSE) file for details.