Simple Insurance App use Express JS
- Clone the repository or download and extract it
- Run by doing
insurance $ npm install
- Start by doing
insurance $ nodemon index.js
- Insurance has list airline names, flight numbers, date of flights, passengers used it and according to price insurance that would be given.
- Get insurance price should use airline name, flight number, and date of flight to get specific price.
- Use insurance id to get descriptions, term and conditions. It could use to confirmation payment API.
- Create order (From client) use insurance id, username to send to server.
For API documentation, you could open (https://documenter.getpostman.com/view/532427/RWaPumWL).