https://github.com/tanveerisonline/rails_recipe_app
[Recipe App] is a blog-based application build using the Ruby on Rails framework, that lets you create a user, log in, create and share recipes with diverse food and ingredients. The application is built in a way that you can only create a recipe and add food to your food list.
https://github.com/tanveerisonline/rails_recipe_app
css gitflow html rspec rubocop ruby ruby-on-rails
Last synced: 2 days ago
JSON representation
[Recipe App] is a blog-based application build using the Ruby on Rails framework, that lets you create a user, log in, create and share recipes with diverse food and ingredients. The application is built in a way that you can only create a recipe and add food to your food list.
- Host: GitHub
- URL: https://github.com/tanveerisonline/rails_recipe_app
- Owner: tanveerisonline
- License: mit
- Created: 2023-04-21T07:58:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-21T08:08:23.000Z (about 2 years ago)
- Last Synced: 2025-06-12T11:05:37.730Z (14 days ago)
- Topics: css, gitflow, html, rspec, rubocop, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 60.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)>
**[Recipe App]** is a blog-based application build using the `Ruby on Rails` framework, that lets you create a user, log in, create and share recipes with diverse food and ingredients. The application is built in a way that you can only create a recipe and add food to your food list if you are logged into the site. Otherwise, you will only be able to see the public recipes.
You can navigate the pages using the Nav Bar. The Nav Bar has routes to different views depending on if you are logged in or not. The following links can be found there:
- Public recipes.
- My recipes.
- My foods.
- Shopping details.>based on the ERD diagram
Server
Database
- **[Add Food]**
- **[Add Recipe]**
- **[Generate Shopping List]**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
>To have installed ruby on your computer
>To have installed rails
```sh
gem install rails
```
### Setup
Clone this repository to your desired folder:
```sh
git clone https://github.com/george827/Recipe-app.git
```
### Install
Install this project with:
```sh
cd Recipe-app
rails db:create
rails db:migrate
```
### Usage
To run the project, execute the following command:
```sh
rails server
```
### Run tests
To run tests, run the following command:
```sh
rspec
```
👤 **George Kinyanjui**
- GitHub: [@george827](https://github.com/george827)
- Twitter: [George Kinyanjui](https://twitter.com/geok8376)
- LinkedIn: [George Kinyanjui](https://www.linkedin.com/in/georgekinyanjui/)
👤 **Tanveer Ahmad**
- GitHub: [@tanveerisonline](https://github.com/tanveerisonline)
- Twitter: [Tanveer Ahmad](https://twitter.com/Tanveer98589023)
- LinkedIn: [Tanveer Ahmad](https://www.linkedin.com/in/tanveer-ahmad-899462211/)
- [ ] **[Api end points]**
- [ ] **[Add inventory]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/george827/Recipe-app/issues).
If you like this project you can give it a star ⭐️
I would like to thank microverse for providing all the resources to buld this
This project is [MIT](https://github.com/tanveerisonline/Rails_Recipe_App/blob/main/LICENSE) licensed.