GitHub - nhidangsd/SchoolManagementSystem: A secured web-based Django application providing an efficient solution for all school management and administration. · GitHub
Skip to content

nhidangsd/SchoolManagementSystem

 
 

Folders and files

Repository files navigation

SchoolManagementSystem DEMO Link Screen Shot 2021-05-04 at 1 53 51 PM

  • To clone the project:

$ git clone https://github.com/Luka033/SchoolManagementSystem.git

  • Then move to the project directory:

$ cd SchoolManagementSystem

  • Start the pip environment:

$ pipenv shell

  • Install all required modules listed in requirements.txt:

$ pipenv install -r requirements.txt

  • Check if we have any error before run the server:

$ ./manage.py check

  • Finally, we run our server:

$ ./manage.py runserver

Note: The default port is 8000, to run server at different port (for example, we pick port 3000), run:

$ ./manage.py runserver 3000

About

A secured web-based Django application providing an efficient solution for all school management and administration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

  • HTML 50.6%
  • Python 49.0%
  • CSS 0.4%