This is simple closed API for Courier Service
- Create/Book Shipment
- View All Shipments
- View a single shipment
- Track a shipment delivery status
Use the npm command to install the application
npm install
or manually clone the repo and then run npm install
.
Run the following command to run startup migrations.
adonis migration:run