/cerebro-backend-2022

Cerebro Backend 2022

Primary LanguageJavaScript

cerebro-backend-2022

Website for Cerebro 2022 powered by and

cerebro-backend-2022

Development 🔧

Setup

$ git clone https://github.com/cerebro-iiitv/cerebro-backend-2022.git
$ cd cerebro-backend-2022

For setting virtual environment

$ virtualenv venv

For activating virtual environment in Windows

$ venv/Scripts/activate

For activating virtual environment in Linux and macOS

$ source venv/bin/activate

For deactivating virtual environment

$ deactivate

After creating virtual environment

Start

$ pip install -r requirements.txt
$ python manage.py makemigrations
$ python manage.py migrate
$ python manage.py runserver

Authors 📝

©️ Web Team Cerebro 🎉