This repository has been archived on 2025-09-22. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
2025SELab2-project-Dwengo/backend
2025-03-06 13:37:42 +00:00
..
_i18n style: fix linting issues met Prettier 2025-03-04 20:46:27 +00:00
src style: fix linting issues met Prettier 2025-03-06 13:37:42 +00:00
tests style: fix linting issues met Prettier 2025-03-06 13:37:42 +00:00
.env.development.example
.env.example chore(backend): Duidelijkere MikroORM logging 2025-03-02 13:59:38 +01:00
.env.test
eslint.config.ts
package.json Merge branch 'dev' into chore/logging 2025-03-02 15:13:53 +01:00
README.md
tsconfig.json
vitest.config.ts

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