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.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.input new order
(similar with client/product) massage.modify existed order
(similar with client/product) massage.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.