Budget app 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.
Table of Contents
https://protected-eyrie-07624.herokuapp.com/
- Ruby
- Ruby on Rails
To get a local copy up and running follow these simple example steps:
- Ruby 3.1
- Ruby on rails 7.0
- PostgreSQL
- Node
- Yarn
- Clone the repository:
git clone https://github.com/andres-condezo/Budget-app.git
cd Budget-app
- Install dependencies:
bundle install
- In the project directory, you can run:
rails server
- Open http://localhost:3000 to view it in your browser.
- This runs all your tests:
bundle exec rspec .
- This runs one Rspec file:
bundle exec rspec ./spec/<folder_name>/<file_name>
👤 | Andres Condezo |
---|---|
GitHub | @andres-condezo |
@andres_condezo | |
andres-condezo |
Contributions, issues, and feature requests are welcome! 🤝
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Original design idea by Gregoire Vella on Behance.
This project is MIT licensed. 📝