- Create an order;
- Choose from several products;
- Fill in the client details;
- Save order details;
- Cancel order;
- HTML ;
- CSS ;
- JavaScript ;
- NodeJS;
###SETUP
-
backend terminal:
npm i express, mongoose, cors
; -
frontend terminal:
npm i dead-server
; -
frontend and backend start:
npm run start
; -
open
http://localhost:5000
; -
create product in MongoDb Compass;
-
Start using.
###Information
While using MongoDb Compass you can create products in OrderManagment database. You find the information that should be filled in backend --> models --> products. Choose the created item and order the item by filling information in the form. You will see tranferred data of the order in primary page.
####OrderManagement.Products data adding example
{"product_name:" : "String",
"description": "String",
"price": "Number",
"discount_price": "Number"}
###Final Provisions
This project is for educational purposes only.