python + mongodb + FastAPI
.env file example:
MONGO_USERNAME=USERNAME
MONGO_PASSWORD=PASSWORD
- You can check endpoints here: {url}/docs
- Get post with post_id
- Get all posts
- Pagination for posts
- Update a post with post_id
- Delete a post with post_id
- Create a post
- Ping MongoDB :)
Creative Commons Legal Code
CC0 1.0 Universal