Skip to content

DSC(Developer Student Club) is official Technical club running in Rajkiya Engineering College, Bijnor

License

Notifications You must be signed in to change notification settings

its-Kumar/dscweb

Repository files navigation

DSCWEB

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.


Project Details

forthebadge made-with-python

Open Source Love png1 Generic badge Website monip.org

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).

DESKTOP VIEW

  • view 1

    dscweb

  • view 2

    dscweb

  • view 3

    dscweb

  • view 4

dscblog


MOBILE VIEW

  • view 1

    dscweb

  • view 2

    dscweb

  • view 3

    dscweb

  • view 4

    dscweb


Development

Github Flow

  1. Clone the repo $ git clone https://github.com/its-Kumar/dscweb

  2. Change directory $ cd ./dscweb

  3. Create a branch with your name and checkout $ git checkout -b <yourname>-branch

  4. Change the code

  5. Add the changes and commit

  6. push the changes $ git push origin <yourname>-branch

Project Setup

  1. install Poetry $ pip install poetry

  2. Activate the Environment $ poetry shell

  3. Install packages $ poetry install

  4. Migrate the database $ python manage.py migrate

  5. Run server $ python manage.py runserver

  6. Install Extra package (Optional) $ poetry add package_name

Links