dkgulia/POS-MERN
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
1.npm init
2. npm i express@4 mongoose morgan cors body-parser colors dotenv
3.create routing {server.js}
4.setup mongodb
5.itemSchema created
6.seeder file
7.setup api routes
8.setup item controller,get controller
9.testing api with postman
10.create react app
11.integrate bootstrap
12.npm i react-router-dom axios redux react-redux redux-thunk antd
13.mkdir Components Pages Redux Utils
13.install material Ui
14.Default layout
15.route setup ,outlet
16.done with fontend
17.start with redux for state management
18.redux setup,rootreducer,store.js
19.card functionality : error not adding to cart