Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoIT Python Web HW 07

University database project using SQLAlchemy ORM, Alembic migrations, Faker, and SQLite.

Project Description

This project implements a university database system with:

  • Students
  • Groups
  • Teachers
  • Subjects
  • Grades

The application uses SQLAlchemy ORM for database interaction and Alembic for migrations.

SQLite is used as the database backend.


Technologies Used

  • Python
  • SQLAlchemy
  • Alembic
  • SQLite
  • Faker

Project Structure

.
├── conf/
│   └── db.py
├── migrations/
├── models.py
├── seed.py
├── my_select.py
├── requirements.txt
├── alembic.ini
└── README.md

About

University database system using SQLAlchemy ORM, Alembic, Faker, and SQLite.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages