POSTMAN Collection -> https://api.postman.com/collections/27213613-43e0c244-ee8a-4e6c-a5a6-ab5da4a9bcd7?access_key=PMAT-01HPMGD72GCHV0RPGPJ4KQ5A2Y
Clone this repository and move at desired path
git clone https://github.com/Kapilrohilla/lorrigo.git
mv lorrigo ~/yourpath
Create .env file using .env.example
cd lorrigo/
mv .env.example .env
vim .env
Install dependencies and start
npm install && npm run dev
- /auth - authentication service - this service deals with signup, login apis
- /vendor - service to add new logisitic vendor in our system
- /getseller - api to fetch sellers in our system
- /ratecalculator - api for logisitc transfer rate calculation
- /hub - service to add hub in our system and register on other vendor platform.
- /order - service to deals with user orders
- /shipment - service to process the orders and make and manage thier shipments