Skip to content
/ finance Public

Personal finance analytics

License

Notifications You must be signed in to change notification settings

colyk/finance

Repository files navigation

Private finance analytics

The project is used for personal purposes. It allows us to aggregate data on our own finances, analyze and predict future expenses and incomes.

Running project

  1. Install and run MongoDB service
sudo service mongod start
  1. Install backend dependencies and run
npm install
npm start
  1. Install frontend dependencies and run
cd frontend
npm install
npm start

deployment

git push heroku master

See logs:

heroku logs --source app --tail