ENHANCE is a mobile web application where you can manage your budget: you have a list of transactions associated with a category, so that you can see how much money you spent and on what.The Ruby on Rails application that allows the user to:
- Register and log in, so that the data is private to them.
- Introduce new transactions associated with a category.
- Track the money spent on each category.
Ruby
Ruby on Rails
Bootstrap 5
Database
- [Authentication, User can manage his categories ]
- [User must be authenticated]
https://budget-app-nm3z.onrender.com
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Visual Studio Code
- Git
- Ruby
- PostgreSQL
- Rails
gem install rails
Clone this repository to your desired folder:
git clone git https://github.com/Maxwell011/Budget-app.git
cd Budget-app
Install this project with:
bundle install
npm install
Create Database (Mandatory)
rails db:create
If you have made a migration then run this command
rails db:migrate
rails db:seed
To run the project, execute the following command:
rails server or rails s
Run tests
rspec
👤 ORJI MAXWELL
- GitHub: @githubhandle
- LinkedIn: LinkedIn
- Twitter: Maxwellchu2Orji
- [Use importmaps or esbuild for loading JavaScript]
- [Notifications that pop up and close]
- [Implement side menu and User settings]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
I would like to thank:
- Microverse
- Code reviewers
- Inspiration
Under the the Creative Commons liscense
Original design from Gregoire Vella on Behance
This project is MIT licensed.