Courier Service API application

This is simple closed API for Courier Service

  1. Create/Book Shipment
  2. View All Shipments
  3. View a single shipment
  4. Track a shipment delivery status

Setup

Use the npm command to install the application

npm install

or manually clone the repo and then run npm install.

Migrations

Run the following command to run startup migrations.

adonis migration:run