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
Course Critic is a rating/discussion based web application that allows students to leave ratings and provide feedback on courses they've taken in the past.
Course Critic is a rating/discussion based web application that allows students to leave ratings and provide feedback on courses they've taken in the past.
Backend(app) setup
npm install
Run
node server.js
Frontend setup
npm install
Run
npm run serve
About
Course Critic is a rating/discussion based web application that allows students to leave ratings and provide feedback on courses they've taken in the past.