Full-stack CRUD application to manage your personal budget, fully tested with unit specs and integration specs, it was built using Ruby on Rails, PostgreSQL, and TailwindsCSS.
To get a local copy up and running follow these simple example steps.
You need the following tools be installed in your computer:
Clone this repository to your desired folder:
cd my-prefered-folder
git clone https://github.com/jmonto55/budget-app.git
Install this project with:
cd budget-app
bundle
Create the databases,run migrations, and populate it with seed data:
rails db:create
rails db:migrate
rails db:seed
To run the project run the following commands:
rails tailwindcss:build
rails s
To run tests, run the following command:
rspec
š¤ Jose Montoya
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please give it a star ššāØ
Special thanks to Gregoire Vella for the awesome design.
This project is MIT licensed.