Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 425 Bytes

File metadata and controls

10 lines (8 loc) · 425 Bytes

project-backend

This is the backend of the virtual classroom project. The technoologies used are nodejs, express and postgresql

NOTE!!

After clonning the backend, run "npm install" or "yarn" to install the packages used in the project.

Starting the backend

Just run "npm run start" or "npm start" or "yarn run start" depending on the package manager you used for installing the modules. port is "localhost://3000"