Skip to content

gooodh/FastAPI_SQLAlchemy_University

Repository files navigation

FastAPI_SQLAlchemy_Temp

This project is a ready-made template for developing scalable web applications based on Facetapi with a full-fledged authentication and authorization system. The project includes a modular architecture, supports flexible logging with logo ru, and database interaction via SQLAlchemy with asynchronous support.

The main structure of the project

├── app/
│   ├── users/
│   │   ├── dao.py
│   │   ├── models.py
│   │   ├── router.py
│   │   ├── schemas.py
│   │   └── utils.py
│   ├── dao/
│   │   ├── database.py
│   │   └── base.py
│   ├── dependencies
│   │   ├── auth_dep.py
│   │   └── dao_dep.py
│   ├── migration/
│   │   ├── versions/
│   │   ├── env.py
│   │   ├── README
│   │   └── script.py.mako
│   ├── static/
│   │   └── .gitkeep
│   ├── config.py
│   ├── exceptions.py
│   ├── main.py
├── data/
│   └── db.sqlite3
├── .env
├── alembic.ini
├── README.md
└── requirements.txt

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published