Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 👩🏻‍🎓

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