Warning
You needs MongoDB installed! => Donwload
Is my try to learn FastAPI and a little of MongoDB, the APi can:
- Users CRUD -> Create, Read, Update, Delete
- Tasks CRUD -> Create, Read, Update, Delete
Important
You can use InitVenv
# Create Venv
python -m venv .venv
# Activate Venv
# Windows
.venv\Scripts\activateImportant
You can use InitVenv
pip install -r requirements.txt- Just to use
uvicorn main:app- To Devs
uvicorn main:app --reload --port 5000