Skip to content

Web Portal for Career Development Cell, IIT Jodhpur

Notifications You must be signed in to change notification settings

Sahil1479/cdc-portal

 
 

Repository files navigation

cdc-portal

Currently Under Developemnt

Previous project currently deployed: https://github.com/anshulahuja98/spc_portal

Web Portal for Career Development Cell, IIT Jodhpur

Steps to run locally

  • Clone this repository and launch code:
    git clone https://github.com/devlup-labs/cdc-portal.git
    cd cdc-portal
    code .
    

With Docker

Ensure that you have installed Docker (with Docker Compose).

Run the development server: make dev-start

After executing make dev-start, you will be running:

Make database migrations:

make exec
python manage.py makemigrations
python manage.py migrate

Create a superuser:

make exec
python manage.py createsuperuser

View logs of docker containers:

make dev-logs

To stop the development server:

make dev-stop

Without Docker

  • Copy .env.example to .env
cp .env.example .env
  • To start your frontend and backend development server individually:

    Follow the Backend Readme to setup your backend server

    Follow the Frontend Readme to setup the frontend server

About

Web Portal for Career Development Cell, IIT Jodhpur

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.3%
  • Python 19.4%
  • HTML 5.7%
  • CSS 5.0%
  • Makefile 0.3%
  • Shell 0.2%
  • Dockerfile 0.1%