Simple template project with features examples
- React
- React-Form
- React-Router
- Redux
- Redux-Multi
- Redux-Thunk
- Redux-Promise
- Webpack
- Babel
- Mongoose
- Express
- PM2
- Admin-LTE
- Bootstrap
-
Clone it to your project folder
-
Run the command
npm install
- Start mongodb
./mongod --dbpath DATA_PATH
- From the backend folder, run the command below (it will start with PM2 on port 3000)
npm start
- From the frontend folder, run the command below (it will start webpack-dev-server)
npm run dev
- Open the browser on port 3001 (localhost:3001)
- GET: /api/billing
- POST: /api/billing
- PUT: /api/billing/:id
- DELETE: /api/billing/:id
- GET: /api/billing/count
- GET: /api/billing/summary
Contact: [email protected]
Cheers!