You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OrderFlow Optimizer is an order assignment and route optimization system designed for delivery riders. It automatically assigns orders based on location, availability, and workload while calculating the efficient routes. This ensures faster deliveries, balanced rider distribution, and improved operational efficiency for logistics companies.
Python application that models a coffee-shop domain. The implementation is guided by object-oriented programming principles, including classes design, methods implementation, and relationship establishment between objects
[Python, Flask, MySQL] Demonstrates COMPLEX understanding of the Model View Controller (MVC) design framework. MODEL: builds database, handles logic that relies on data, interfaces with database. VIEW: HTML page gets served to client, contains some logic handeled by template. Shows complete FLASK understanding with JINJA base which all other HTM…
[Flask MySQL Project] Created database. User logs in and information is saved to session. Takes you to dashboard to see all recipes. Can edit and delete recipe if you are the recipe creator. Dashboard contains all recipes that logged in users can view details of. Demonstrates complete understanding of RESTful routing, MVC design, SQL queries, an…