Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 571 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 571 Bytes

expensewatch

A simple MEAN App built using Angular 2, Nodejs, Expressjs, mongodb and JWT

Before you clone this repo, make sure you are running the latest version of Node.JS, MongoDB and Angular CLI. Clone the repo and run npm install, this will setup the Expensewatch Angular (client side) code.

Copy the Server folder and keep it at some other location and run nmp install, this with setup the REST API (server side) code for Expensewatch.

You may watch this YouTube video https://www.youtube.com/watch?v=lCYMcYeGl-Q, if you face any issues while running the code.