Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 632 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 632 Bytes

Konsa Course

The purpose of this project is to help university students rate their professors and the courses.

Screenshot

Installation

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