renattomartins / my-money-app

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

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


Languages

Language:JavaScript 98.2%Language:CSS 0.9%Language:HTML 0.9%