Skip to content

📚 Training Management System. Full Stack Web Developer training @ https://technofuturtic.be.

Notifications You must be signed in to change notification settings

alexandrelamberty/minerva

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Minerva

Training system solution.

Project organization

Usage

NODE_ENV=development
API_PORT=3000
DB_SERVER=localhost
DB_DATABASE=minerva
DB_USERNAME=minerva
DB_PASSWORD=minerva
DB_PORT=3306
JWT_SECRET=d7a481461577ba4c3c4c6946cca7204b
JWT_EXPIRE=1d
JWT_ISSUER=minerva
JWT_AUDIENCE=web-minerva
docker compose --env-file .env up