- Animals service => fetches a list of animals from an in memory array
- Books service => fetches a list of books from an in memory array
- Fruits service => fetches a list of fruits from an in memory array
- Consumer service => utlizes the above services
- git clone https://github.com/fmainga/microservices-node-js.git
- npm install
- npm start: start main service (port 5000)
- npm run book-service: start books service
- npm run animal-service: start animals service
- npm run fruit-servive: start fruits service