Skip to content

Kapilrohilla/logistic_aggregation_apis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backend code Lodigo

POSTMAN Collection -> https://api.postman.com/collections/27213613-43e0c244-ee8a-4e6c-a5a6-ab5da4a9bcd7?access_key=PMAT-01HPMGD72GCHV0RPGPJ4KQ5A2Y

Steps to start server

Development

NOTE: Start the redis server before starting the application

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

Routes

  1. /auth - authentication service - this service deals with signup, login apis
  2. /vendor - service to add new logisitic vendor in our system
  3. /getseller - api to fetch sellers in our system
  4. /ratecalculator - api for logisitc transfer rate calculation
  5. /hub - service to add hub in our system and register on other vendor platform.
  6. /order - service to deals with user orders
  7. /shipment - service to process the orders and make and manage thier shipments

About

backend apis for logistic aggregator platform

Resources

Stars

Watchers

Forks

Packages

No packages published