Fully functional budget application that allows a user to add categories and transactions to their list.
Database
You can preview the project by visiting the link below
You can watch a demo of the video description below.
-
Registered users will be able to create new category.
-
Users will be able to create a transaction entity from the category chosen
-
Users will be able to go back to home.
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Ruby installed on your machine
- Text editor (VSCode, Sublime, Atom, etc.)
- Install Rails gem.
- PostgreSQL running on your machine
Clone this repository to your desired folder:
git clone https://github.com/calebchris000/Budget-App.git
cd Budget-AppInstall Dependencies with:
bundle installcreate database in your postgresql with:
rails db:createNote: If you have any problem with the database, you can check the database.yml file and change the username and password to your own.
Run migration with:
rails db:migrateRun Project with:
rails serverRun tests with:
rspec👤 Caleb Nwaizu
- GitHub: @calebchris000
- LinkedIn: @calebchris000
- Add Authentication page
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, please leave a ⭐️
I will use this medium to appreciate Georgoire Vella, who is the source of the inspiration for the UI of the application. I also feel thankful for Microverse for investing in my career.
This project is MIT licensed.
