This is the node version of the tuition microservice for the Ignite project backend.
- Node
- Typescript
All dependencies are available in package.json
tsc
npm install
npm run start or npm run dev
or
tsc
node ./dist/index.js
npm run test
For further reference, please consider the following sections: