Airline reservation system using microservices.
-
Install dependencies in all subdirectories.
yarn install-all
-
Start API gateway server and servers for microservices.
yarn start
-
Run all tests.
yarn test
- node.js - Server runtime environment
- nodemon - Restart automatically on changes in development
- hapi - Server framework for node.js
- mongoose - node.js object modeling for MongoDB
- AVA - JS test runner
This is a WIP. Check projects for more details.
If you find a bug, please create an issue or a PR.
MIT © rodrigobdz.