Skip to content

Node microservices provides simple hotel reservation system as an example of microservices written in JavaScript.

License

Notifications You must be signed in to change notification settings

koman-maciej/node-microservices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Microservices

Node Microservices (do not kid yourself) is a next one, ordinary and boorish JavaScript application based on node.js runtime environment. It's a simple example of using scripting language for developing microservices to make practice of scaling applications and continuous deployment with zero downtime. This one should be used to hotel reservation management, but I truly do not recommend using it in real environment.

Prerequisites

  • git - for version control
  • nodejs - runtime for JavaScript
  • npm - dependency management
  • mongodb - database

Get started

  • Choose your favourite text editor for develop
  • Run MongoDB database
  • Install dependencies via npm install
  • Run each microservice by typing e.g.: nodejs customer/customer

Important

You can use this application at your own risk. I would be glad to see any bug reporting, contribution, improvement requests to make Node Microservices less depressing.

About

Node microservices provides simple hotel reservation system as an example of microservices written in JavaScript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published