You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
StudySuccess Web App (Frontend). Powered by the MERN stack. Students are able to connect to tutors from their respective university should they need extra help for a specific subject. Current state of the web app is only limited to TUM students and courses. Tutors can decide on a price per hour and students can respectively book a time slot defi…
You need to run the backend located in this repository on port 5000
Step 1:
npm install // to get all dependencies
Step 2:
npm start // to start the web app (development environment)
Creating a bundle of the app
npm run build // (production environment)
About
StudySuccess Web App (Frontend). Powered by the MERN stack. Students are able to connect to tutors from their respective university should they need extra help for a specific subject. Current state of the web app is only limited to TUM students and courses. Tutors can decide on a price per hour and students can respectively book a time slot defi…