https://github.com/jod35/fastapi-deploy-demo
simple web service to demo deployment on render.com
https://github.com/jod35/fastapi-deploy-demo
Last synced: 9 months ago
JSON representation
simple web service to demo deployment on render.com
- Host: GitHub
- URL: https://github.com/jod35/fastapi-deploy-demo
- Owner: jod35
- Created: 2023-12-15T02:30:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T02:38:59.000Z (about 2 years ago)
- Last Synced: 2025-03-25T18:21:42.664Z (10 months ago)
- Language: Python
- Size: 33.2 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bookly
A simple REST API for a book review service built as the main project for my FastAPI Full Featured Youtube playlist.
## What to learn
- [Project set Up and Installing FastAPI](./docs/intro.md)
- [Creating a simple REST API server and running it](./docs/hello.md)