This is a backend service for the thesis project.
- Clone the repository
- Run
npm install
(ornpm ci
if you have problems) to install the dependencies - Copy the
.env.example
file to.env
and fill in the environment variables - Done!
npm run start
npm run watch