This is the backend for the KV Mechelen project. It's built with Node.js and TypeScript, using the NestJS framework and Prisma for database access.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Clone the repository:
git clone
https://github.com/your-repo/kvmechelen-backend.git
Install the dependencies: npm ci
Copy the .env.example file to .env and fill in your environment variables.
Build the project: npm run build
To start the application in development mode, run:
npm run start:dev
To start the application in production mode, run:
npm run start:prod
This project uses Jest for testing. Run the tests with:
npm run test
For end-to-end tests, run: npm run test:e2e
Thanks to everyone who has contributed to this project.