2025SELab2-project-Dwengo/backend/README.md
2025-03-13 14:30:15 +00:00

789 B

dwengo-1-backend

Project setup

npm install

Setup the environment variables in a .env file in the root of the project. You can use the .env.example file as a template.

Development

npm run dev

Production

npm run build
npm run start

Tests

Voer volgend commando uit om de unit tests uit te voeren:

npm run test:unit

Keycloak configuratie

Tijdens development is het voldoende om gebruik te maken van de keycloak configuratie die automatisch ingeladen wordt.

Voor productie is het ten sterkste aangeraden om keycloak manueel te configureren. Voor meer informatie, zie de administrator-handleiding.