Template containing the structure of the initial project to connect to the database and sequelize
Next, in the projects to use exec the next command:
npm install
define environment variable STAGE with the environment -- load files in config/env
- DEV
- QA
- LOCAL
- SNB
- PRO
npm install
npm run start
(optional) Build:
npm run build-docker
Note 1:${name-folder-domain}
is the name of the domain folder
Note 2:${name-folder-service}
is the name of the service folder
Verification the docker image:
docker images
The docker image is very important for develop or deploy the container
service working in port 1500