Merge branch 'dev' into feat/themes-languages

This commit is contained in:
Gabriellvl 2025-02-27 10:14:29 +01:00 committed by GitHub
commit 564c1fc857
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
49 changed files with 793 additions and 12067 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