2025SELab2-project-Dwengo/backend
2025-03-07 23:09:51 +01:00
..
_i18n feat: added home route 2025-02-28 23:41:09 +01:00
src feat: teacher-class en teacher-students route 2025-03-07 23:09:51 +01:00
tests fix(backend): .js aan alle imports toegevoegd 2025-02-26 22:43:16 +01: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(api): Initialize backend 2025-02-19 18:26:02 +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 fix: duplicate lijn in package.json 2025-03-04 16:43:27 +01:00
README.md docs: Details in README 2025-02-24 19:40:23 +01:00
tsconfig.json chore: Configureer TypeScript 2025-02-20 14:08:07 +01:00
vitest.config.ts feat(backend): Repositories toegevoegd, databank unit-testbaar gemaakt. 2025-02-25 12:53:45 +01: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