school_management_system icon indicating copy to clipboard operation
school_management_system copied to clipboard

This is an School Management Software

Lines of code     GitHub All Releases     dependencies     build

Project Name: School Management System Software

How To Setup On Linux

  1. Clone This Project git clone https://github.com/sajib1066/school_management_system.git
  2. Go To Project Directory cd school_management_system
  3. Create a Virtual Environment python -m venv venv
  4. Activate Virtual Environment source venv/bin/activate
  5. Install Requirements Package pip install -r requirements.txt
  6. Migrate Database python manage.py migrate
  7. Create Super User python manage.py createsuperuser
  8. Finally Run The Project python manage.py runserver

Project Details in this Video

Login Page

1

Dashboard

2