Skip to content

Asynchronous rest api for lessons plan using FastAPI and MongoDB.

Notifications You must be signed in to change notification settings

gustawgawrysiak/fastapi-mongo-async-plan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fastapi-mongo-async-plan

Asynchronous rest api for lessons plan using FastAPI and MongoDB.

docker setup:

cd docker

docker-compose up -d

app setup:

export MONGODB_URL="mongodb://admin:supersecretpsw@localhost:6000/plan?authSource=admin&retryWrites=true&w=majority"

uvicorn app.main:server

About

Asynchronous rest api for lessons plan using FastAPI and MongoDB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages