Skip to content
Snippets Groups Projects
user avatar
Michael Tobis authored
fbe4439e
History

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