DB_CLIENT=mock DB_USER=mock_user DB_PASSWORD=mock_password JWT_SECRET=gandalf JWT_EXPIRATION=1h
DB_CLIENT=mongodb DB_USER=mongodb_user DB_PASSWORD=mongodb_password MONGO_URL=mongodb://localhost:27017/angular_backend JWT_SECRET=gandalf JWT_EXPIRATION=1h
DB_CLIENT=mysql DB_USER=root DB_PASSWORD=Trustno1 JWT_SECRET=gandalf JWT_EXPIRATION=1h
DB_CLIENT=pg DB_USER=postgres DB_PASSWORD=Trustno1 JWT_SECRET=gandalf JWT_EXPIRATION=1h
Ce projet est une API Node.js pour gérer des informations sur les continents et les personnes.
- Clonez ce dépôt :
git clone https://gitlab.com/ganatan/angular-starter-backend.git
