- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
Smart Budget 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. The Ruby on Rails application allows the user to:
- Register and log in, so that the data is private to them.
- Introduce new transactions associated with a category.
- See the money spent on each category.
Client
Server
Database
Other
- [Create category to group transactions]
- [Create transaction with multiple categories]
Here is a link to the video documentation of the project.
To get a local copy up and running, follow these steps.
Open the terminal and clone the project
git clone [email protected]:MarcoOquendoC/Budget-app.git
cd Budget-app
In order to run this project you need:
Git
and Ruby
gem install rails
Install this project with:
bundle install
npm install
Create Database
- Modify config/database.yml line 6 with your postgres password
rails db:create
rails db:migrate
rails db:seed
To run the project, execute the following command:
rails tailwindcss:build
rails s
rails db:migrate RAILS_ENV=test
rails db:seed RAILS_ENV=test
rspec
- GitHub: @MarcoOquendoC.
- Twitter: @marcooquendoc.
- LinkedIn: Marco Vinicio Oquendo.
- [Allow user to upload avatar]
- [Avoid the use of flowbite javascript]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
I would like to thank:
-
Under the the Creative Commons license
-
Original design from Gregoire Vella on Behance
This project is MIT licensed.