An open API service indexing awesome lists of open source software.

https://github.com/microverse-fullstack-program/rails-recipe-app-v2

Recipe App is a web application that allows users to create and share recipes with other users. Users can create an account, login. Also create, edit, and delete their recipes. Users can also view recipes created by other users
https://github.com/microverse-fullstack-program/rails-recipe-app-v2

Last synced: about 2 months ago
JSON representation

Recipe App is a web application that allows users to create and share recipes with other users. Users can create an account, login. Also create, edit, and delete their recipes. Users can also view recipes created by other users

Awesome Lists containing this project

README

        

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 \[Recipe App\] ](#-recipe-app-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Run tests](#run-tests)
- [👥 Authors ](#-authors-)
- [👤 **Chere Lemma Urgaya**](#-chere-lemma-urgaya)
- [👤 **Henry Omondi**](#👤-henry-omondi)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)

# 📖 [Recipe App]

Recipe App is a web application that allows users to create and share recipes with other users. Users can create an account, log in to the app, and create, edit, and delete their recipes. Users can also view recipes created by other users.

## 🛠 Built With

### Tech Stack

Client

### Key Features

- Login and Signup pages
- Use of active record models
- Add food, recipe, inventory
- View recipes, foods, and inventory

(back to top)

## 💻 Getting Started

> To get a local copy up and running, follow these steps.

### Setup

Clone this repository to your desired folder by following the below steps

- Create a local directory where you can clone the project
- Clone the project to your directory by running

```sh
git clone https://github.com/Microverse-Fullstack-Program/rails-blog-app-v2
```
- cd rails-blog-app-v2

### Prerequisites

In order to run this project you need [Ruby](https://www.ruby-lang.org/en/) and [Ruby on Rails](https://rubyonrails.org/) installed on your machine.

In addition, you need the following tech stack
- npm
- PostgreSQL
- rails RSpec

(back to top)

### Install

Install this project with:

cd 'project name'
"npm i" to install all dependencies
"bundle install" to install all gems
"rails s" to run the server

### Run tests

- "rspec" to run the tests

(back to top)

## 👥 Authors

### 👤 **Chere Lemma Urgaya**

- GitHub: [@cherelemma](https://github.com/cherelemma)
- LinkedIn: [@chere-lemma27211613](https://www.linkedin.com/in/chere-lemma-urgaya)
- Twitter: [@twitterhandle](https://twitter.com/Chere21271613)

### 👤 **Henry Omondi**

- GitHub: [@Henry](https://github.com/Odongo006)
- LinkedIn: [@Henry](https://www.linkedin.com/in/henry-odongo/)
- Twitter: [@twitterhandle](https://twitter.com/HenryOdongo007)

👤 **Enning Festus**

- GitHub: [@Enning94](https://github.com/Enning94)
- Twitter: [@nana_akyerefi](https://twitter.com/nana_akyerefi)
- LinkedIn: [Enning Festus](https://www.linkedin.com/in/enningfestus/)

(back to top)

## 🔭 Future Features

- [Improve the UX]
- [Add responsiviness]

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

- If you like this project kindly leave a Star

(back to top)

## 🙏 Acknowledgments

- I would like to thank Microverse for giving me the opportunity to work in this project.

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)