Gopher Major Planner
Gopher Major Planner serves as the solution for UofM students who plan on pursuing a combination of majors and minors that exhibit significant overlap. It helps students make informed decisions regarding their majors, minors, and courses by offering tailored insights based on intended major and past coursework.
Gopher Major Planner
Gopher Major Planner serves as the solution for UofM students who plan on pursuing a combination of majors and minors that exhibit significant overlap. It helps students make informed decisions regarding their majors, minors, and courses by offering tailored insights based on intended major and past coursework.
The landing page for the website.
Instructions for Running Locally
We are still in development... Assuming no experience using react and node.js, start with these commands using gitbash or equivalent:
To run frontend:
- cd MmOverlap
- cd frontend
- npm run dev
- Go to http://localhost:5173/
To run backend:
- cd MmOverlap
- cd backend
- npm run dev or npm start
- Go to http://localhost:3001/