Wiktor
Ed
Arjun
Finn
Oscar
Miguel
The Django project is located in /backend
.
django
djangorestframework
django-cors-headers
pillow
The django server can be started by doing the following from inside /backend
:
python manage.py makemigrations
python manage.py migrate --run-syncdb
python manage.py runserver
This starts the server on port 8000 locally. NOTE: The top 2 commands do not need to be run everytime. Only when there has been a change to the models or views in the backend!
The React project is located in /frontend
Run npm install
from insdie /frontend
to install all dependencies
Run npm start
to start the react project on port 3000 locally.
API Routes - Oscar and Mikey Database Models - Finn Authentication - Finn and Arjun Vendor Frontend - Ed Admin Frontend - Wiktor User Frontend Sprint 2 and general frontend API calls - Arjun Backend Bag Groupings - Oscar and Mikey Backend Images and Email Verification - Finn Image Models - Mikey General Frontend - Ed, Wiktor, Arjun