Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vavarm/ig4-projet-web-back


https://github.com/vavarm/ig4-projet-web-back

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        


Festival du jeu de Montpellier - Système de gestion des bénévoles


Backend


Nest Logo

Service backend développé avec NestJS permettant de gérer des bénévoles et leurs inscriptions à des postes bénévoles lors d'évènements.

## Dependencies

- NodeJS
- Docker

## Installation

- Install the required NPM libraries

```bash
$ yarn install
```

- Setup the database

Run [Docker container script](run_postgresql_container.sh) to create the database with the right credentials

## Running the app

```bash
# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod
```