The project is used for personal purposes. It allows us to aggregate data on our own finances, analyze and predict future expenses and incomes.
- Install and run MongoDB service
sudo service mongod start- Install backend dependencies and run
npm install
npm start- Install frontend dependencies and run
cd frontend
npm install
npm startgit push heroku masterSee logs:
heroku logs --source app --tail