Skip to content

Latest commit

 

History

History
executable file
·
36 lines (23 loc) · 722 Bytes

README.md

File metadata and controls

executable file
·
36 lines (23 loc) · 722 Bytes

Node.js CI

App Backend

Node.js based backend Template

Install dependencies :

$ npm install

Run the app :

$ npm start

Docker Containers for Mongo & Postgres

$ docker-compose up -d

// Stop Containers
$ docker-compose down
$ docker stop $(docker ps -aq)

// Remove Containers
$ docker rm -f  $(docker ps -aq)

MongoDB Connection STRING : mongodb://YourUsername:YourPasswordHere@127.0.0.1:27017/your-database-name

Node.js Patterns (TBD)

Some Node.js Patterns