- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
Recipe app
This is a Ruby on Rails 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 on which product.
Client
Database
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Ruby
- Ruby on Rails
- PostgreSql
Visit this link on how to install Ruby for different OS's.
Visit this link on how to install PostgreSQL.
After installing Ruby you can install rails by using the following command:
gem install rails
Clone this repository to your desired folder:
cd your-folder
git clone https://github.com/betses/Budget-app.git
Install this project with:
cd Budget-app
bundle install
To run the project, execute the following command:
rails server
To run tests, run the following command:
rspec spec
- N/A
👤 Betsegaw Sebsibe
- GitHub: @betses
- LinkedIn: Betsegaw Sebsibe
- Twitter: Betsegaw Sebsibe
- [Provide live demo]
- [Sending shoping list to email]
- [Recipe Viewers analytics based on location]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project make sure to give it a star 🌟
This project is MIT licensed.