/my-money-app

A Cycle Billing app with react, express, node and mongodb.

Primary LanguageJavaScript

My Money App with React

A simple proof of concept of a Billing Cycle Web Application using React, Node and MongoDB.

To run:

  1. Clone this project
  2. Backend:
    1. $ cd backend/
    2. $ npm install
    3. $ mongod
    4. $ npm run dev
  3. Frontend:
    1. $ cd ../frontend/
    2. $ npm install
    3. $ npm run dev
  4. Open browser on: http://localhost:8080/