Skip to content

RisingGeek/spending-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spending-tracker

This project allows you to manage your expenses so that you can keep track of your spending. To run this project locally on your machine, you must have node and mongodb installed and mongo command should be running.

Install dependencies

npm install

Start the server

npm start