$ git clone https://github.com/yashshah2820/cerebro-backend-2020.git
$ cd cerebro-backend-2020$ virtualenv venv$ venv/Scripts/activate$ source venv/bin/activateAfter creating virtual environment
$ pip install -r requirements.txt
$ python manage.py makemigrations
$ python manage.py migrate
$ python manage.py runserverMade with ❤ by Yash Shah
