Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vavarm/ig4-projet-web-back
https://github.com/vavarm/ig4-projet-web-back
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vavarm/ig4-projet-web-back
- Owner: vavarm
- License: gpl-3.0
- Created: 2023-11-09T13:22:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-09T08:48:59.000Z (12 months ago)
- Last Synced: 2024-11-19T18:02:09.486Z (2 months ago)
- Language: TypeScript
- Size: 537 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Festival du jeu de Montpellier - Système de gestion des bénévoles
Backend
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
```