$ git clone https://github.com/yashshah2820/cerebro-backend-2020.git
$ cd cerebro-backend-2020
$ virtualenv venv
$ venv/Scripts/activate
$ source venv/bin/activate
$ deactivate
After creating virtual environment
$ pip install -r requirements.txt
$ python manage.py makemigrations
$ python manage.py migrate
$ python manage.py runserver
©️ Web Team Cerebro 🎉