angular-app/backend-node-javascript-commonjs at master · codestellar/angular-app · GitHub
Skip to content

Latest commit

 

History

History
 
 

README.md

Environements

MOCK - Fichier tools/env/.env.mock

DB_CLIENT=mock DB_USER=mock_user DB_PASSWORD=mock_password JWT_SECRET=gandalf JWT_EXPIRATION=1h

MONGODB - Fichier tools/env/.env.mongodb

DB_CLIENT=mongodb DB_USER=mongodb_user DB_PASSWORD=mongodb_password MONGO_URL=mongodb://localhost:27017/angular_backend JWT_SECRET=gandalf JWT_EXPIRATION=1h

MYSQL - Fichier tools/env/.env.mysql

DB_CLIENT=mysql DB_USER=root DB_PASSWORD=Trustno1 JWT_SECRET=gandalf JWT_EXPIRATION=1h

PG - Fichier tools/env/.env.pg

DB_CLIENT=pg DB_USER=postgres DB_PASSWORD=Trustno1 JWT_SECRET=gandalf JWT_EXPIRATION=1h

angular-starter-backend

Projet Node.js angular-starter-backend

Description

Ce projet est une API Node.js pour gérer des informations sur les continents et les personnes.

Installation

  1. Clonez ce dépôt :
    git clone https://gitlab.com/ganatan/angular-starter-backend.git