Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 508 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 508 Bytes

Expense Tracker

A simple Expense Tracker app build using React, Node, Express, MongoDB and Redux.

Installation

Backend
  1. Inside the project folder Expense_Tracker
cd Backend
npm i
  1. Start the server using the command
nodemon index.js

Front-end
  1. Inside the project folder Expense_Tracker
cd frontend
npm i
  1. Start the server using the command
npm start
  1. Browse the URL localhost:3000 in the browser