Skip to content

geneh/docker-scale-api-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Scale Web API Demo

Demo project to scale Node web API, capture statistics in Redis DB, and display data in an Ember app.

Build

web-api:

cd web-api; npm install

client and server

cd client; npm install; bower install; ember build --environment=production; cp -r dist ../server/

cd ../server; npm install

Docker Containers

Start Redis container first. Follow instructions provided in every Dockerfile.

About

Demo project to scale Node web API, capture statistics in Redis DB, and display data in an Ember app.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published