- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
The Recipe app keeps track of all your recipes, ingredients, and inventory. It will allow you to save ingredients, keep track of what you have, create recipes, and generate a shopping list based on what you have and what you are missing from a recipe.
This project was built using.
Server
Database
key features of the application.
- User can register and login
- Authenticated User can manage recipes
- Authenticated User can manage inventories
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Ruby installed
- Postgresql installed
- git installed [In case you want to clone this repo using your terminal]
- Any IDE or text editor that supports Ruby
Clone this repository to your desired folder:
$ git clone https://github.com/bienvenuushindi/recipe-app.git
you@your-Pc-name:~$ cd <folder>
bundle install
$ bin/rails db:create
$ rake db:migrate
rails s
👤 Ushindi Bienvenu
👤 Eyasu Teshome
- GitHub: @EyasuTeshome
- Twitter: @EyasuTeshome
- LinkedIn: Eyasu Teshome
- Deploy the recipe application
- Write tests
- Implement API for this web application
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, kindly drop a star.
We would like to thank the Ruby community and Microverse team
This project is MIT licensed.
NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.