- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
Simple and handsome app to manage your budget (create expenses, categories), with cute UI and intuitive UX. Built using Ruby on Rails, Postgres and Bootstrap.
Built with Ruby on Rails
Client
Server
Database
- Sign up / log in users.
- Create categories.
- Display categories.
- Create transactions per category/categories.
- Display transactions per category/categories.
To get a local copy up and running, follow these steps.
In order to run this project you need: Ruby
, Rails
and a Database such as PostgreSQL
Clone this repository to your desired folder:
git clone [email protected]:Camilovelag/my-awesome-budget-app.git
cd my-awesome-budget-app
Install this project with:
Run the following commands, to be able to use Bootstap and JavsScript. If overwrites, type y
rails javascript:install:esbuild
rails css:install:bootstrap
Then run:
bundle install
rails db:create
rails db:migrate
To run the project, execute the following command:
rails server
To run all tests, including unit and integration tests, run the following command:
rspec
👤 Camilo Vela
- GitHub: @camilovelag
- Twitter: @camilovelag
- LinkedIn: camilovelag
- Group transactions per month.
- Add transaction details.
- Add modify/delete features for categories/transactions.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please give it a ⭐️!
All the design credits go to Gregoire Vella on Behance. Thank you to microverse for setting us on this journey.
This project is MIT licensed.