An individual capable of solving real world problem with code is a programer!
- 🌍 I'm based in Port-au-Prince
- ✉️ You can contact me at alexandrodisla@hotmail.com
- 🧠 I'm invested in DATA and Application services
An individual capable of solving real world problem with code is a programer!
Forked from nofoobar/fastapi-course
This repository compliments the Udemy FastAPI course
Python
from typing import Optional
import base64
from passlib.context import CryptContext
from datetime import datetime, timedelta
Sample FastAPI project that uses async SQLAlchemy, SQLModel, Postgres, Alembic, and Docker.