This is the server side of the ScholaNet project. It is a REST API that provides the data for the client side of the project. It is written in TypeScript and uses the Express framework.
- Clone the repository
- Run
npm install
to install the dependencies - Run
npm run build
to build the project - Run
npm start
to start the server