Example of React, express, RESTFul api, admin
- React with webpack and babel
- Express as the web server
- Mongodb and mongoose with RESTFul api to maintain the data
- Simple admin UI with create, update, delete
git clone https://github.com/hcnode/react-express-restful-admincd react-express-restful-adminnpm installnpm run buildnpm run dev(depend on local mongodb)- visit http://localhost:6002/
- the example include two models: product and order
- schemes defined in
/schema/collections/ - react router defined in
/index.js - react components defined in
/components/ - mongoose model defined in
/server.js - that's all and roll it!
fixed-data-table declare they can Handling huge amounts of data, so there is no pagination, as you believe or not
