Skip to content
Snippets Groups Projects
user avatar
Michael Tobis authored
4994ee8f
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