Skip to content

bsmayer/my-money-react-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

My Money

Simple template project with features examples

What is included:

  • React
  • React-Form
  • React-Router
  • Redux
  • Redux-Multi
  • Redux-Thunk
  • Redux-Promise
  • Webpack
  • Babel
  • Mongoose
  • Express
  • PM2
  • Admin-LTE
  • Bootstrap

How to use it

  1. Clone it to your project folder

  2. Run the command

npm install
  1. Start mongodb
./mongod --dbpath DATA_PATH
  1. From the backend folder, run the command below (it will start with PM2 on port 3000)
npm start
  1. From the frontend folder, run the command below (it will start webpack-dev-server)
npm run dev
  1. Open the browser on port 3001 (localhost:3001)

API routes

  • GET: /api/billing
  • POST: /api/billing
  • PUT: /api/billing/:id
  • DELETE: /api/billing/:id
  • GET: /api/billing/count
  • GET: /api/billing/summary

Contribute

Contact: [email protected]

Cheers!

About

Simple template project with features examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published