Skip to content

akkupy/School-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SCHOOL MANAGEMENT SYSTEM

Requirements

  • MySQL Database
  • Install the packages in requirements.txt
    [+] Open Terminal on the root directory and run the following
         [-] pip install -r requirements.txt
    

Enviroment Variables

[+] Create a .env file in the root directory for the MySQL parameters
    [-] MYSQL_HOST = ''
    [-] MYSQL_PORT = ''
    [-] MYSQL_USER = ''
    [-] MYSQL_PASSWORD = ''
    [-] MYSQL_DATABASE = ''

Procedure

  • Fork the Repository click here
  • Clone the repository
  • Create a .env file with Environment Variables listed above in the root directory of the cloned folder.
  • Run the main.py file.

Screenshots

school_home

Listen A Sec

  • Feel free to report any bugs!
  • Star if you like it:)
  • Can be used as school project,etc.