Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 26 days 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-21T21:01:36.000Z (over 1 year ago)
- Last Synced: 2024-10-23T04:44:33.809Z (28 days 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
![Centralized-Grading-System-CGS](https://socialify.git.ci/avinashkranjan/Centralized-Grading-System-CGS/image?description=1&font=Raleway&forks=1&issues=1&language=1&name=1&owner=1&pattern=Brick%20Wall&pulls=1&stargazers=1&theme=Light)
## 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