Skip to content

Latest commit

 

History

History
66 lines (46 loc) · 1.46 KB

File metadata and controls

66 lines (46 loc) · 1.46 KB

Nest Logo

Description

Nest framework TypeScript starter repository.

Modifiez le fichier .example.env en .dev.env

Project setup

YARN

$ yarn install

NPM

$ yarn install

Compile and run the project

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod

Le démarrage du projet créera :

  • Un utilisateur admin avec les credentials suivant

    • User: admin.nosql@esgis.org
    • Password: Azerty_10@8
  • Une liste de :

    • Adhérents
    • Salle de sport
    • Equipements
    • Horaires
    • Entraineurs

Accéder à la documentation

Ouvrez http://127.0.0.1:3026/doc dans le navigateur pour accéder à la documentation

Deployment

When you're ready to deploy your NestJS application to production, there are some key steps you can take to ensure it runs as efficiently as possible. Check out the deployment documentation for more information.

$ yarn install -g mau
$ mau deploy

License

Nest is MIT licensed.