2025SELab2-project-Dwengo/backend/README.md
Tibo De Peuter 2030b97c21
docs: Details in README
Signed-off-by: Tibo De Peuter <tibo.depeuter@ugent.be>
2025-02-24 19:40:23 +01:00

22 lines
293 B
Markdown

# 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
```