antavik / dojo_fastapi

🤺 Dojo repo to practice with FastAPI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FastAPI + Mongo dojo repository

Small project to practice with FastAPI and Motor (API for non-blocking access to MongoDB from asyncio).

Requirements:

  • Docker

How to setup

  1. Runt command docker-compose up -f docker-compose.dev.yaml
  2. Check page http://127.0.0.1:8008/docs

Refs:

  • FastAPI official page.
  • Motor official page.

About

🤺 Dojo repo to practice with FastAPI


Languages

Language:Python 96.2%Language:Dockerfile 3.8%