Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.02 KB

README.md

File metadata and controls

45 lines (27 loc) · 1.02 KB

expensemanager

This is app for managing the daily expenses. It facilitates adding, editing, deleting, and reporting the expenses. Angular 1.X is used for designing screens and components and mongodb is used for database hosted on https://mlab.com/

Requirements

  • Install Node
    • on OSX install home brew and type brew install node
    • on Windows install chocolatey
    • Read here for some tips on Windows
    • open command prompt as administrator
      • type choco install nodejs
      • type choco install nodejs.install

Quick start

Clone the repository into local workspace.

For installing dependency

$ npm install

For running the app

$ node index

Screens

Home Page

Home screen

Add Expense

Home screen

Expense Report

Home screen