The purpose of this project is to help university students rate their professors and the courses.
To run the project, go to the frontend directory and run the following command:
npm i
To run the front-end of the application, type :
npm run start
Your application should be running at localhost:3000
To install the packages in backend go to the backend directory and run the following command:
npm i
To run the back-end , type:
npm run start
Your back-end should be running at localhost:3001