The Budget Planner App is going to be helpful to track your expenses and transactions.
- Ruby
- Ruby on Rails
To get a local copy up and running follow these simple example steps.
git clone https://github.com/Rustamxon7/Budget-app.git
cd Budget-Planner-App
Ruby Rails PostgresSQL
Install gems with:
bundle install
Setup database with:
rails db:create
rails db:migrate
Start server with:
rails server
Open http://localhost:3000/ in your browser.
Install npm with:
npm i
Install rspec with:
bundle install
and
rails generate rspec:install
run the test with:
rspec spec
👤 Rustamxon
- GitHub: @githubhandle
- LinkedIn: LinkedIn
- Twitter: Twitter
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse for giving me this chance
- The design template provider Gregoire Vella on Behance.
This project is MIT licensed.