ApplETS / planifETS-backend

planifÉTS-backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nest Logo
PlanifÉTS Project

Description

This project is built on top of the Angular CLI. It uses the Dgeni documentation generator to compile source documentation in markdown format into the published format. The Repository contains docs.nestjs.com/first-steps source code, the official Nest documentation.

Installation

$ yarn install

Running the app

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod

Test

# unit tests
$ yarn run test

# e2e tests
$ yarn run test:e2e

# test coverage
$ yarn run test:cov

About

planifÉTS-backend

License:Apache License 2.0


Languages

Language:TypeScript 95.7%Language:JavaScript 4.3%