Skip to content

Rothaxe/my_order_system

Repository files navigation

Order Management System

We depoy this projects in the AliCLoud, you can visit Order Management System. This is a full-stack project (including front-end in html/css/javascript/Bootstrap and back-end in nodejs/MongoDB). We create A web that allows retailers to manage all orders/products/clients. Each time when retailers input the message, the database will keep these massages.

You also can watch this video.

If you want to play our system, please use the second_edition.js as the backend code.(First_edition is the old version, and the third_edition contains some new features and is not finished yet.)

Diagram

-This is our frontend and backend layout.

Diagram

- The frontend is set to send the creat/edit/delete order/client/product massage for allowing retailers to manage all business massage. These modification can be sent to the backend using HTTP GET/POST request.

Diagram

- This is the create new order window for tailer to input new order(similar with client/product) massage.

Diagram

- This is the Modify order window for tailer to modify existed order(similar with client/product) massage.

Diagram

- Also, you can sort the table by clicking the table head of any column.

- The backend is a simple NodeJS server that processes the HTTP GET/POST request, return all former kept massage to frontend in the begining. Atfer it receive the massage created by input from frontend, it will keep these changes into MangoDB database and returns the result back to the frontend.

we still need to do:

- connect with the these three collections (client/order/product), when the product add/subtract in specific order, the total remaining product number will also substract/add in product page

- add password function for user

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published