https://github.com/avinashkranjan/centralized-grading-system-cgs
👨🏻🎓 Centralized-Grading-System(CGS) -> One Place for all the Examination and Grading Needs 👩🏻🎓
https://github.com/avinashkranjan/centralized-grading-system-cgs
bootstrap cgs django eduthon grading-system html-css
Last synced: 2 months ago
JSON representation
👨🏻🎓 Centralized-Grading-System(CGS) -> One Place for all the Examination and Grading Needs 👩🏻🎓
- Host: GitHub
- URL: https://github.com/avinashkranjan/centralized-grading-system-cgs
- Owner: avinashkranjan
- License: cc0-1.0
- Created: 2020-09-04T13:12:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-21T21:01:36.000Z (about 2 years ago)
- Last Synced: 2024-10-23T04:44:33.809Z (7 months ago)
- Topics: bootstrap, cgs, django, eduthon, grading-system, html-css
- Language: HTML
- Homepage:
- Size: 419 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

## How to run Locally?
#### Step 1:
pip install pipenv
#### Step 2:
pipenv shell
#### Step 3:
pipenv install -r requirements.txt
#### Step 4:
cd CGS-Centralized_Grading_System
#### Step 5:
python manage.py migrate
#### Step 6:
python manage.py createsuperuser
#### Step 7:
python manage.py runserver