DSC(Developer Student Club) is a official Technical club running in Rajkiya Engineering College, Bijnor since 2019. DSCWEB is a web project to build website for DSC club.
This project is built on the Django Framework(3.0). This project is build by Developer Student Club Team headed by Kumar Shanu(at Back-end Developement) and Rajat Yadav(at Front-end Development).
-
Clone the repo
$ git clone https://github.com/its-Kumar/dscweb
-
Change directory
$ cd ./dscweb
-
Create a branch with your name and checkout
$ git checkout -b <yourname>-branch
-
Change the code
-
Add the changes and commit
-
push the changes
$ git push origin <yourname>-branch
-
install Poetry
$ pip install poetry
-
Activate the Environment
$ poetry shell
-
Install packages
$ poetry install
-
Migrate the database
$ python manage.py migrate
-
Run server
$ python manage.py runserver
-
Install Extra package (Optional)
$ poetry add package_name