A simple proof of concept of a Billing Cycle Web Application using React, Node and MongoDB.
- Clone this project
- Backend:
$ cd backend/
$ npm install
$ mongod
$ npm run dev
- Frontend:
$ cd ../frontend/
$ npm install
$ npm run dev
- Open browser on: http://localhost:8080/