Skip to content

ashtonbradley45274/NodeExpressAndroidRestFulAPI

Repository files navigation

NodeExpressAndroidRestFulAPI

Customer Service API

Starting the customer API

$ docker-compose up -d  #The Mysql instance is powered by docker
$ npm install  #Installs all npm packages
$ node index.js #run application

Stop Docker

$ docker-compose down

How to Stop unscaled RestFul API

Ctrl+C in terminal

Locally Scaling API Rest (Start)

$ node_modules/pm2/bin/pm2 start ecosystem.config.js

Locally Scaling API Rest (Stop)

$ node_modules/pm2/bin/pm2 stop ecosystem.config.js

About

Customer Service API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published