$ git clone https://github.com/iiitv/arcadia-backend.git
$ cd arcadia-backend$ pip install pipenv$ pipenv installThis will automatically create a vrtual environment for you and install all the required dependencies
$ pipenv shell$ exit$ python manage.py makemigrations
$ python manage.py migrate
$ python manage.py runserver