Expense Tracker App is a rails app built to help individuals or businesses manage their financial transactions and monitor their spending habits.
Client
Database
- Authentication with devise
- Authorization with cancan
- Users can add transactions and expense
- View the total amount of all expense
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Visual Studio Code.
- Ruby
- Git bash.
- GitHub Account.
Install Ruby Go to github and find the repository Expense Tracker App Click on code and copy then go to your gitbash cli on your computer Clone this repository to your desired folder
cd my-folder
git clone https://github.com/Jeddaa/expense-app.git
bundle install
git clone https://github.com/Jeddaa/expense-app.git
To run the project, execute the following in a terminal.
cd my-project
bundle install
- create database and run migrations
bin/rails db:setup
- start server
bin/rails server
OR
rails sTo run test, run the following command in the terminal
rspec
👤 Fatihah Oduwole
- Improve UI
- Add payment options
- Add more icons
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please give it a star ⭐️ on github
I would like to thank Microverse.
This Project design is adobted based on the Original design idea by Gregoire Vella on Behance
This project is MIT licensed.