- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
Budget App is an web app built with rails and uses postgresql. The user can log in, create new categories and new records for their expenses. Each category has a name and an icon, and each expense has a name, amount and a category. The user also can see the amount for each category and the total amount for all categories.
Client
- The page is built with Ruby on Rails
- The desing is for mobile first approach
- For handling user's log and register the App uses device gem
In order to run this project you need:
- Install Git
- Install Ruby and Rails
- Install Postgres
- You can use your favorite CLI and code editor.
Clone this repository to your desired folder:
cd my-folder
git clone git@github.com:danifromecuador/budget.git
Install this project with:
cd budget
bundle install
To run the project, execute the following command:
rails s
Your project should be displayed automatically on your web browser on this port: http://localhost:3000/, if don't open it manually.
👤 Dani Morillo
- GitHub: @danifromecuador
- Twitter: @danifromecuador
- LinkedIn: danielfromecuador
- More category icons will be added
- The user will be able to filter the expenses by amount
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project give me a star on my GitHub Repo
I want to thanks to Gregoire Vella on Behance for providing the design guidelines used in this project.
This project is MIT licensed.