GitHub - Luka033/SchoolManagementSystem · GitHub
Skip to content

Luka033/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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors