- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
[Budget App] is a web application that allows users to create a budget and track their expenses. The user can create a budget category and add expenses to it.
Ruby on Rails (simplify as Rails) is a server-side web application framework written in Ruby under the MIT License. Rails is a model–view–controller (MVC) framework, providing default structures for a database, a web service, and web pages. It encourages and facilitates the use of web standards such as JSON or XML for data transfer and HTML, CSS and JavaScript for user interfacing.
Server
Database
- Users Authentication
- users can manage budget with Categories
- Users can add Transactions
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Ruby and Rails on you operating system eg. for Ubuntu 20.04
- Node.js installed
- Yarn
- PostgreSQL database installed
Clone this repository to your desired folder:
cd my-folder
https://github.com/yodit93/budget-app.git
Install this project with:
cd budget-app
bundle install
To run the project, execute the following command:
rails s
To run tests, run the following command:
bin/rails rspec spec
You can deploy this project using: Render, Heroku, Netlify, etc.
👤 Yodit Abebe
- GitHub: yodit93
- Twitter: @yodtwit
- LinkedIn: Yodit Abebe
- [Desktop vesrsion]
- [create functional toggler]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, kindly give me a ⭐️
- I would like to thank Microverse and Gregoire Vella for design.
This project is MIT licensed.