Skip to content

Xiomarasheck/enity-filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Entity Filter

Template containing the structure of the initial project to connect to the database and sequelize

Construction

Pre-requisites

  • Git - version latest
  • Node - version 12.16.1 LTS
  • NPM - version latest
  • Docker - version 18 or older

Installation

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

Build

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

service working in port 1500

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published