The site is hosted here
-
In order to run and use our program, open DegreeAuditPlusPlus
-
Enter the username: sbc436 and then the password: abc123
-
Click Login and then the student info will be displayed.
-
In order to run and use our program, open DegreeAuditPlusPlus
-
Enter the username: balsern and then the password: tigers1
-
Click login and then input pawPrint: sbc436 or pdokdf under the student search section
-
Click Search and then the student info will be displayed.
- Clone our repository with
git clone https://github.com/CS4320-Project/DegreeAuditPlusPlus.git
Make sure all the dependencies are installed by running
npm i
cd backend
npm i
cd ..
If you encounter errors, you may need to remove the node_modules folders with
rm -r node_modules
rm -r backend/node_modules
Then freshly run the npm i commands.
Once everything is installed, start the backend by running
node backend/server.js
Keep this terminal window open! Open a new window and start the React app with
npm start