Skip to content

NPD: Nodejs(Express+Sequelize+Babel+Jest)+Postgres+Docker

Notifications You must be signed in to change notification settings

mehrzhad/npd-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NPD

NPD: Nodejs(Express+Sequelize+Babel+Jest)+Postgres+Docker

Installation

Step 1: install docker

If you have docker, you can skip this step

How To Install and Use Docker

Step 2: install docker-compose

If you have docker-compose, you can skip this step

How To Install Docker Compose

Step 3: git clone

$ git clone https://github.com/mehranhamedani/npd-docker

Step 4: change work dir

$ cd npd-docker

Step 4: run docker-compose

$ docker docker-compose up -d

Stemp 6: Test by curl and Postman

curl:

$ curl http://[host-name-in-config]:[port-name-in-config]/api/food/getFoods

Postman:

You can import Postman json file for test by postman:

  • postman/food.postman_collection.json

  • postman/localhost.postman_environment.json

  • postman/server.postman_environment.json

About

NPD: Nodejs(Express+Sequelize+Babel+Jest)+Postgres+Docker

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published