Skip to content

CodecoolBP20161/python-school-system-with-orm-dog-five

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Python school system with orm is a practice assignment for the members of the team DOG5.

In order to make the code run, you have to install Flask framework by typing pip install flask. We are using peewee ORM to map the data and use objects.

You have to install it by typing pip install peewee

In this project we are using PostgreSQL for storing all the data

By running main.py, you can reach the programs UI, and choose from the following options:

  1. setting up the database, creating tables
  2. setting up e-mail connection
  3. start web server

About

python-school-system-with-orm-dog-five created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published