Skip to content
This repository has been archived by the owner on Nov 6, 2019. It is now read-only.

rodrigobdz/airline-reservation-system

Repository files navigation

Airline reservation system using microservices.

Usage

  • Install dependencies in all subdirectories.

    yarn install-all
  • Start API gateway server and servers for microservices.

    yarn start
  • Run all tests.

    yarn test

Built with

  • 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

Architecture

Architecture

Progress

This is a WIP. Check projects for more details.

Contributing

If you find a bug, please create an issue or a PR.

License

MIT © rodrigobdz.