Yield generated for 78653dd5-94b2-4e3c-b530-3ac7a17111ee
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Johann 2ad9d6682a ojiooioindvknsdionciosd 6 years ago
.circleci ojiooioindvknsdionciosd 6 years ago
docker initial commit 6 years ago
internals/generator initial commit 6 years ago
src initial commit 6 years ago
test initial commit 6 years ago
.editorconfig initial commit 6 years ago
.gitignore initial commit 6 years ago
.prettierrc initial commit 6 years ago
Dockerfile initial commit 6 years ago
Procfile add procfile 6 years ago
README.md ajout . dans readme 6 years ago
compodoc.server.json initial commit 6 years ago
exemple.env initial commit 6 years ago
nest-cli.json initial commit 6 years ago
nodemon-debug.json initial commit 6 years ago
nodemon.json initial commit 6 years ago
package.json initial commit 6 years ago
tsconfig.json initial commit 6 years ago
tsconfig.spec.json initial commit 6 years ago
tslint.json initial commit 6 years ago
webpack.config.js initial commit 6 years ago
yarn.lock initial commit 6 years ago

README.md

Description

Ce projet est fait avec Nest.

Installation

$ yarn install

Démarer l'application

# development
$ docker-compose -f docker/postgresql.yml up -d
$ yarn start

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

Il y a un dockerfile pour builder en docker, pour lancer la stack avec docker, un docker-compose est présent..