Skip to content

Global Dispatch solution for companies to effortlessly manage their warehouses and deliveries.

Notifications You must be signed in to change notification settings

anshumannandan/Shuttle

Repository files navigation

Shuttle

This is a global dipatch system whose backend is made in Django Rest Framework.

Businesses can manage their warehouses, order from other businesses, track and place shipments

Backend Key Features

  • API Endpoints written following the best practices.
  • JWT Authentication with complete integration of Refresh and Access tokens.
  • Integrated Machine Learning model based on XGboost algorithm.
  • PostgreSQL for the DB because of its open source nature and several useful features.
  • Celery for background tasking (Sending Emails in the Backgroud).
  • Redis to act as a broker and task queue.
  • Gunicorn as the Application Server.
  • Nginx for Load Balancing & Reverse Proxy.
  • Is Deployed on Azure Virtual Machine (Ubuntu 20.04).

Contributors