https://github.com/kurayami07734/student-rest-api
Simple rest api
https://github.com/kurayami07734/student-rest-api
fastapi mongodb
Last synced: 3 months ago
JSON representation
Simple rest api
- Host: GitHub
- URL: https://github.com/kurayami07734/student-rest-api
- Owner: kurayami07734
- License: mit
- Created: 2024-04-05T17:19:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-23T12:01:04.000Z (about 2 years ago)
- Last Synced: 2025-06-27T06:39:45.334Z (about 1 year ago)
- Topics: fastapi, mongodb
- Language: Python
- Homepage: https://student-rest-api-0-0-2.onrender.com/
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# student-rest-api
Check it out [render link](https://student-rest-api-0-0-2.onrender.com/)

[Docker hub](https://hub.docker.com/repository/docker/kurayami07734/student-rest-api/general)
Added **rate limiting** based on ip address of caller
### Run locally
`docker compose up` starts the api at [`http://localhost:8000`](http://localhost:8000)
#### Cold Start Warning
API maybe slow on first request after a while. (It spins down due to inactivity)
Due to being hosting on free tier of render.com