Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ssekpius/microverse-recipe-app
https://github.com/ssekpius/microverse-recipe-app
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ssekpius/microverse-recipe-app
- Owner: SSEKPIUS
- License: mit
- Created: 2023-03-31T07:20:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-07T21:18:01.000Z (over 1 year ago)
- Last Synced: 2024-10-03T11:43:16.436Z (about 1 month ago)
- Language: Ruby
- Size: 204 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)**Recipe App** 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. Also, since sharing recipes is an important part of cooking the app should allow you to make them public so anyone can access them.
Client
Server
Database
- **Sign-up / Log-in**
- **Create / delete a food, recipe, inventory**
- **Generate shopping list**
- **Make recipe private or public**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Node js installed on your computer
- Npm Node package manager
- Terminal
- Rails installed
- Ruby installed
### Setup
Clone this repository by using the command line :
- `https://github.com/odaialazzeh/Recipe-app.git`
### Install
Install this project with:
```sh
cd Recipe_App
bundle install
rails db:create
rails db:migrate
```
### Usage
To run the project, execute the following command:
`rails server`
> Mention all of the collaborators of this project.
👤 **Ahmed Abas**
- GitHub: [@boo-shehab](https://github.com/boo-shehab)
- Twitter: [@boo_shehab2000](https://twitter.com/boo_shehab2000)
- LinkedIn: [boo-shehab](https://www.linkedin.com/in/boo-shehab)
👤 **Odai**
- GitHub: [odai-alazzeh](https://github.com/odaialazzeh)
- Twitter: [@twitterhandle](https://twitter.com/odaialazzeh4)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/odaialazzeh/)
👤 **Riyana Abdi**
- GitHub: [@ibtisam34](https://github.com/ibtisam34)
- LinkedIn: [Falis](https://linkedin.com/in/falis-abdikani/)
- `Meal planning:This feature could help users plan their meals for the week or month, and suggest recipes based on their preferences and dietary restrictions.`
- `Adding nutritional information to recipes could be a valuable feature for users who are concerned about their health and wellbeing. `
- ` A rating and feedback system for recipes would allow users to rate and review recipes they have tried`
- `Social features, such as the ability to follow other users and share recipes with friends`
- `Adding video tutorials to the app could help users learn new cooking techniques`
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/odaialazzeh/Recipe-app/issues).
If you like this project please give it a star
A list of resources that i find helpful and would like to give credit to :
- [Microverse ](https://www.microverse.org)
- [GitHub ](https://www.github.com)
- [Youtube ](https://www.youtube.com)
- [W3schools ](https://www.w3schools.com)
- [Stackoverflow ](https://stackoverflow.com)
- [Ruby](https://www.ruby-lang.org/en/)
- [Ruby on Rails](https://guides.rubyonrails.org/)
This project is [MIT](./MIT.md) licensed.