Ruby Budget app is a simple app built using rails. The application is a create a group/category for their transactions and manage their transactions.
Client
Server
Database
- Creating Groups
- Deleting Costs / Transaction
- Updating Groups
- Authentication and Authorization
- Testing
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Ruby on local Environment
- Postgresql database
Clone this repository to your desired folder:
cd my-folder
git clone https://github.com/GutemaG/rails-budget-app.git
Install this project with:
cd rails-budget-app
bundle install
Create and migrate database
rails db:create
rails db:migrate
To run the project, execute the following command:
rails server
To run tests, run the following command:
rspec spec
👤 Birhanu Gudisa
- GitHub: @GutemaG
- Twitter: @birhanugudisa3
- LinkedIn: birhanugudisa
- Create full CRUD application
- Add more media query
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project give a star!
I would like to thank Gregoire Vella whose design this application.You can see more of her work on Behanse and I would like to thank microverse community
This project is MIT licensed.