2025SELab2-project-Dwengo/backend
2025-03-06 13:28:24 +01:00
..
_i18n fix: _i18n map to backend 2025-02-26 13:02:59 +01:00
src refactor(backend): Bestanden die enkel types of interfaces exporteren hernoemd naar *.d.ts 2025-03-06 13:28:24 +01:00
tests fix(backend): .js aan alle imports toegevoegd 2025-02-26 22:43:16 +01:00
.env.development.example chore(frontend): Refactoring 2025-03-02 21:02:17 +01:00
.env.example docs(backend): Updated .env.example 2025-03-06 13:11:40 +01:00
.env.test feat(backend): Repositories toegevoegd, databank unit-testbaar gemaakt. 2025-02-25 12:53:45 +01:00
eslint.config.ts chore: Configureer linter (ESLint) 2025-02-20 13:59:52 +01:00
package.json feat(frontend): Added functionality to the frontend to log in. 2025-03-02 16:33:50 +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