Skip to content
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.

cerebro-iiitv/cerebro-backend-2020

Repository files navigation

cerebro-backend-2020

Website for Cerebro 2020 powered by and

Development 🔧

Setup

$ git clone https://github.com/yashshah2820/cerebro-backend-2020.git
$ cd cerebro-backend-2020

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 🎉