An open API service indexing awesome lists of open source software.

https://github.com/rrbarrero/fastapi_toy

Little example project for practice with FastAPI
https://github.com/rrbarrero/fastapi_toy

Last synced: 5 days ago
JSON representation

Little example project for practice with FastAPI

Awesome Lists containing this project

README

          

# Annotations
* Example from: https://testdriven.io/blog/fastapi-mongo/
* https://github.com/Youngestdev/async-fastapi-mongo
* docker run --name mongo-server -e MONGO_INITDB_ROOT_USERNAME=mongoadmin -e MONGO_INITDB_ROOT_PASSWORD=password -p 27017:27017 -d mongo:5.0.6
* docker exec -it mongo-server mongo
* https://fastapi.tiangolo.com/tutorial/security/first-steps/