Merge branch 'dev' into chore/database-setup

This commit is contained in:
Tibo De Peuter 2025-02-27 08:22:28 +01:00 committed by GitHub
commit 53837eed64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 396 additions and 11603 deletions

22
backend/README.md Normal file
View file

@ -0,0 +1,22 @@
# dwengo-1-backend
## Project setup
```shell
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
```shell
npm run dev
```
### Production
```shell
npm run build
npm run start
```

4447
backend/package-lock.json generated

File diff suppressed because it is too large Load diff