https://github.com/marcraphael12/recipe-app
The Recipe app keeps track of all your recipes, ingredients, and inventory. It allows you to save ingredients, 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.
https://github.com/marcraphael12/recipe-app
Last synced: about 1 year ago
JSON representation
The Recipe app keeps track of all your recipes, ingredients, and inventory. It allows you to save ingredients, 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.
- Host: GitHub
- URL: https://github.com/marcraphael12/recipe-app
- Owner: Marcraphael12
- License: mit
- Created: 2023-09-11T20:09:17.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-11-14T08:53:01.000Z (over 2 years ago)
- Last Synced: 2025-02-07T23:51:52.804Z (over 1 year ago)
- Language: Ruby
- Size: 730 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Food Recipe
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
**[Food Recipe]** is a Full Stack project. Explore and share delicious recipes with this Ruby on Rails project designed for food lovers. From cooking inspiration to tasty dishes, it's your go-to place for all things culinary!
> The stacks used to build this project are shown below.
Frontend
Backend
Database
Authentication
Authorization
Deployment
Version Control
Other Tools
- Visual Studio Code
- Command Line
- Bundler (Ruby gem management)
- Yarn/NPM (JavaScript package management)
Server
Database
- **Recipe Management**
- **Food List**
- **Shopping List**
- **User Authentication**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
Example command:
```sh
gem install rails
```
### Setup
Clone this repository to your desired folder:
Example commands:
```sh
cd my-folder
git clone https://github.com/Marcraphael12/recipe-app.git
```
### Install
Install this project with:
Example command:
```sh
cd my-project
gem install bundler
bundle install
npm install
```
### Usage
To run the project, execute the following command:
Example command:
```sh
rails server
```
### Run tests
To run tests, run the following command:
Example command:
```sh
rspec spec/
```
👤 **Moyasi**
- GitHub: [MoyasiGinko](https://github.com/MoyasiGinko)
- Twitter: [moyasi_ginko](https://twitter.com/moyasi_ginko)
- LinkedIn: [moyasi](https://www.linkedin.com/in/moyasi)
👤 **Marc Raphael**
- GitHub: [@Marcraphael12](https://github.com/Marcraphael12)
- Twitter: [@MarcRaphael20](https://twitter.com/MarcRaphael20)
- LinkedIn: [Marc Raphael](http://linkedin.com/in/marc-raphael-326039204)
- [ ] **User Profiles and Authentication**
- [ ] **Recipe Ratings and Reviews**
- [ ] **Advanced Search and Filters**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Marcraphael12/recipe-app/issues)
If you like this project, don't forget to give it a star on GitHub! Your support helps us to continue improving the app.
At first, I would like to thank Microverse for providing such amaizng documentation.
My coding partners and I would like to thank our Microverse community for their support and encouragement.
This project is [MIT](./LICENSE) licensed.