2025SELab2-project-Dwengo/backend
2025-03-06 11:12:49 +00:00
..
_i18n style: fix linting issues met Prettier 2025-03-04 20:46:27 +00:00
src style: fix linting issues met ESLint 2025-03-06 11:12:46 +00:00
tests style: fix linting issues met Prettier 2025-03-06 11:12:49 +00:00
.env.development.example feature(backend): PORT-EnvVar wordt nu ook via envvar.ts ingelezen 2025-02-26 23:18:11 +01:00
.env.example chore(backend): Duidelijkere MikroORM logging 2025-03-02 13:59:38 +01:00
.env.test feat(backend): Repositories toegevoegd, databank unit-testbaar gemaakt. 2025-02-25 12:53:45 +01:00
config.ts fix: vertaling helper functie fall back constante 2025-03-01 22:20:06 +01:00
eslint.config.ts chore: Configureer linter (ESLint) 2025-02-20 13:59:52 +01:00
package.json Merge branch 'dev' into chore/logging 2025-03-02 15:13:53 +01:00
README.md docs: Details in README 2025-02-24 19:40:23 +01:00
tsconfig.json style: fix linting issues met lint-action 2025-02-28 20:11:48 +00:00
vitest.config.ts style: fix linting issues met Prettier 2025-03-01 10:33:30 +00:00

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