-
Michael Tobis authoredMichael Tobis authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
README.md 179 B
capstone
To run the backend:
- In capstone (root) folder run
python manage.py runserver
To run the frontend:
- cd to frontend folder
- In a seperate terminal run
npm start