https://github.com/simongideon/ror-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.
https://github.com/simongideon/ror-recipe-app
Last synced: about 1 year ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/simongideon/ror-recipe-app
- Owner: SimonGideon
- License: mit
- Created: 2023-04-03T19:21:58.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2024-07-17T23:19:17.000Z (almost 2 years ago)
- Last Synced: 2025-02-28T01:16:47.898Z (over 1 year ago)
- Language: Ruby
- Size: 877 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
RECIPE APP
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 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)
- [📝 License](#license)
> The Recipe app keeps track of all your recipes, ingredients, and inventory. It 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.
### Tech Stack
> This project was built with the following technologies
Client
Server
Database
> The project has the following features.
- **Login page and registration page**
- **Display a list of recipes created by the logged-in user**
- **display a list of all public recipes**
## 🚀 Live Demo
Live Demo Link
> Describe how a new developer could make use of your project.
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
```sh
gem install rails
```
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone git@github.com:SimonGideon/Blog_posts.git
```
### Install
Install this project with:
```sh
cd ror-recipe-app
gem install
```
### Usage
To run the project, execute the following command:
```sh
rails s
```
### Run tests
To run tests, run the following command:
```sh
bin/rails test test/models/article_test.rb
```
👤 **Simon Gideon**
- GitHub: [@SimonGideon](https://github.com/SimonGideon)
- Twitter: [@Simo_Giddy](https://twitter.com/Simo_Giddy)
- LinkedIn: [mnayi-gideon](https://linkedin.com/in/mnayi-gideon)
> The following will be implemented on future updates.
- **Users will be able to share videos of the recipe**
- **Follow users**
- **Add chat functionality**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project feel free to star the projecta and request improve ment through the issues section
I would like to thank me for beign focus and having a positive mind to learn new things.
This project is [MIT](./LICENSE) licensed.