What is Capitall? This application allows the user to keep track of their financial accounts, transactions, budgets, saving goals, and bills to achieve their financial goals.
In this application, a user will be able to:
Add transactions that are coming from or into their accounts. Add financial accounts that will calculate their net worth. A user is able to set monthly budgets that new transaction may affect if the spending is associated with a particular budget. They are also able to set saving goals such as vacations. Last but not least, the user may add their reoccuring bills to keep track when they are due.
This application is split into two repositores, the front end and back end. This is the front end repo. Back end repo can be found using the link below. REQUIRED: 'CaptitallBackend' - https://github.com/dszarkiel/CapitallBackend
Setup:
1.Clone this repo to your local machine.
2.Find the repo titled 'CapitallBackend'.
3.Clone repo above to your local machine.
4.Change directory into CapitallBackend and run 'bundle install' in your terminal to install all necessary gems and dependencies.
To Start:
- Make sure you are CD'd into the correct repo (backend, and frontend)
- Run 'rails s' in the backend repo terminal.
- Run 'npm install' then 'npm start' in the frontend repo terminal.
Developer: Dominik Szarkiel