Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.02 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.02 KB

SNU-hack

Global Dispatch is the one-stop solution for handling warehousing and supply chain management problems of the various parties involved in international shipping.

Tech-Stack:

  • Flutter mobile application as the frontend.
  • API Endpoints written in Django and Django Rest Framework, written following the best practices.
  • PostgreSQL for the database because of its open source nature and several useful features.
  • JWT Authentication with complete integration of Refresh and Access tokens.
  • Integrated a machine learning model using XGboost algorithm for price prediction (upto 99% accurate)
  • Celery for background tasking (Sending Emails in the Background for OTP verification)
  • Deployed on Microsoft Azure VM (Ubuntu 20.04)
  • Used Gunicorn as Forward Proxy
  • Nginx for Reverse Proxy

Deployment Links

Contributors