Welcome to the Expenses Tracker App! A user can login or create an account, set and edit the budget, add/edit or delete his expenses, view detailed information about expenses or view his expenses by categories. A user can logout or delete his account.
Check the video demo of how the Expenses Tracker works.
- As a user you can login or create an account
- As a user you can add/update budget
- As a user you can add/update/delete expense
- As a user you can view detailed information about your expenses
- As a user you can view expenses grouped by categories
- As a user you can log out and login back
- As a user you delete your account
- Fork and clone this repository
cd
into the cloned folder, navigate to expenses_tracker_backend folder- Run
bundle install
to make sure that you have the required gams. - Run
rails db:migrate
to set up the application tables - Run
rails db:seed
to add data to the tables - Run
rails s
to start the server - Open in the browser index.html located inside expenses_tracker_frontend folder
Please follow the instructions.
👤 Alena Trushnikova - Github: @alenatrushnikova
👤 Juan Carlos Meza - Github: @juancmeza
Copyright © 2021 Alena Trushnikova, Juan Carlos Meza .
This project is MIT license