Team ID: VICARA-T4 | Team Members: Ashutosh Panda & Pratik Chaudhary
- WEBSITE HOSTED: https://vicara.netlify.app/
- BACKEND-HOSTED: http://vicara-drf-backend.herokuapp.com/
Make sure you have python3 and git installed on your local machine.
Setup project environment-
$ sudo apt-get update -y
$ sudo apt-get install python3-pip -y
$ sudo apt-get install python3-venv -y
$ git clone https://github.com/Crio-Winter-of-Doing-2021/VICARA-T4.git
$ cd VICARA-T4
$ python3 -m venv env
$ source env/bin/activate
$ source project-env/bin/activate
$ pip3 install -r requirements.txt
$ python manage.py migrate
$ python manage.py migrate --run-syncdb
$ python manage.py runserver
You can cd into the client folder, and follow the readme there.
We love contributions, so please feel free to add issues fix bugs, improve things, provide documentation and make a PR.