2025SELab2-project-Dwengo/backend
2025-02-28 20:11:48 +00:00
..
config/db chore(backend): Postgres in Docker 2025-02-20 14:52:24 +01:00
src style: Format boilerplate 2025-02-20 14:18:32 +01:00
tests style: fix linting issues met lint-action 2025-02-28 20:11:48 +00:00
.env.example chore(api): Initialize backend 2025-02-19 18:26:02 +01:00
eslint.config.ts chore: Configureer linter (ESLint) 2025-02-20 13:59:52 +01:00
package-lock.json chore(backend): Setup MikroORM 2025-02-19 20:01:55 +01:00
package.json chore: Initialiseer monorepo 2025-02-20 14:09:49 +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

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