Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 931 Bytes

README.md

File metadata and controls

50 lines (34 loc) · 931 Bytes

arcadia-backend

Website for Arcadia powered by and

arcadia-backend

Development 🔧

Setup

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

Installing pipenv for virtual environment

$ pip install pipenv

Installing pipenv for virtual environment

$ pipenv install

This will automatically create a vrtual environment for you and install all the required dependencies

For activating virtual environment

$ pipenv shell

For deactivating virtual environment

$ exit

Start

$ python manage.py makemigrations
$ python manage.py migrate
$ python manage.py runserver