A Course History and Planning Tool for students of UMass Amherst. This project is a part of the CS326 Web Programming course at UMass Amherst.
| Login | Course History | Add a Course | Degree Completion |
|---|---|---|---|
![]() |
![]() |
![]() |
![]() |
This repository is organized into two main directories.
.
├── backend
└── frontend
To run the project:
npm install
npm run startNow, you can visit http://localhost:3000 to view the app.
git clone git@github.com:atharvakale343/326-final-project-spring-24.git
# this uses the rebase strategy when pulling, read more about it here: https://git-scm.com/docs/git-config#Documentation/git-config.txt-pullrebase
git config pull.rebase trueIn your terminal, navigate to the frontend directory and run the following commands:
cd frontend
npm install
npm run devRead more about the frontend in the frontend README.
cd backend
npm install
npm run watchRead more about the backend in the backend README.



