Skip to content

Latest commit

 

History

History

Final_Project

Schedules

Site for preparing the lecture schedule for study groups

Video: Watch

In Front End, a percentage of the reliance was made on the Distribution code finance - Distribution

Demo

Run

	export FLASK_APP=application.py 
	flask run

Using

  1. Enter Data to Location
  2. Enter Data to Courses
  3. Enter Data to Staffs
  4. Enter Data to Groups
  5. Enter Data to Time
  6. View the result by page Schedules

Requirements

  • pyhton3
  • flask
  • sqlite3

Schema

schema

Tree Project

.
├── Demo.png
├── README.md
├── application.py
├── helpers.py
├── query.sql
├── requirements.txt
├── schema.png
├── schema.sql
├── static
│   ├── app.js
│   ├── favicon.ico
│   └── style.css
├── table_edu.db
└── templates
    ├── courses.html
    ├── courses_time.html
    ├── functionals
    │   ├── data_view.html
    │   ├── data_view_readonly.html
    │   └── modal.html
    ├── groups.html
    ├── layout.html
    ├── location.html
    ├── schedules.html
    └── staff.html

Tools

  • Pyhton
  • SQLite3
  • Java Script
  • Bootstrap
  • dbdiagram.io