Run Project ->
> npm i // install dependecies
> npm run dev // dev environment
> npm start // production environment
I used a .env
file for the configuration with the next props:
DIALECTDB=[insert]
DATABASEDB=[insert]
USERNAMEDB=[insert]
PASSWORDDB=[insert]
HOST=[insert]
DEV_HOST=[insert]
Created by galfan@2020