A more organized way for NSUers to look up courses and plan for advising
gh repo clone Aaban-Saad/Class-Compass
cd class-compass
npm install
npm run dev
*
However, after running it like this, it cannot fetch data from rds2. Because, it uses Vercel's serverless function for that (Check the api folder). To overcome this, go to the root directory by cd ..
and run the program using Vercel: vercel dev
.
-
- React
- Radix UI
-
- No back end server
- Uses Vercel's serverless function to fetch data from rds2 (Offered Course List).