Skip to content

MohamedBechir/Shop-Online

Repository files navigation

Shop-Online

License: MIT Maintenance

Shop-Online is an e-commerce web platform that allows you as a customer to buy and sell your books. On the other hand, as a delivery man it provides you per day deliveries and the shortes path to mimimize the costs of the travelling(thanks to the Travelling Salesman Problem).

Features as a customer:

Add a book

  • It allows customers to add their books to our catalogue

main table

List of books

  • It displays the list of books to the customer

main table

Edit or delete book

  • It allows you as a customer to delete their books but not those of others

main table

Add books to cart

  • It allows you as a customer to add others' books to your cart

main table

Make an order

  • It allows you as a customer to pass an order

main table

Features as a delivery man

List of deliveries

  • It displays to the delivery man the list of deliveries per day.

Shortest path

  • It provides to you as a delivery man the shortest path display on Google Maps

main table

Disclaimer

This project is NOT by any means complete or stable. Lots of bugs and anti-patterns exists. It can be further developed and refactored.