- Clone the repo and open in VSCode
- Create virtual enviorement in the CodeConnect root directory run 'python -m venv env'(Mac or Linux may be different) in terminal
- Go to our shared Google Drive and download the
.envfile that has the Django key and put it in the CodeConnect/codeC/backend. - in terminal activate the virutal enviorement while in root directory
- in terminal run 'pip install -r requirements.txt'
- in backend/settings.py change database information to personal database info
- cd to codeC directory and run 'python manage.py makemigrations' then run 'python manage.py migrate' to make changes to database.
- run 'python manage.py runserver'
More resources/instructions Working with Django and PostgreSQL