Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/andrianarivo/recipe_app

[Recipe app] allows users to create, manage, and share recipes while keeping track of their ingredient inventory.
https://github.com/andrianarivo/recipe_app

bootstrap devise rails

Last synced: about 17 hours ago
JSON representation

[Recipe app] allows users to create, manage, and share recipes while keeping track of their ingredient inventory.

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)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 [Recipe APP]

**[Recipe app]** allows users to create, manage, and share recipes while keeping track of their ingredient inventory.

## 🛠 Built With

### Tech Stack

### Key Features

- **[Add Food]**
- **[Add Recipe]**
- **[Add Inventory]**
- **[User Authentication]**
- **[View Food and Recipe]**

## 🚀 Live Demo

- [Live Demo Link](https://recipe-app-ecva.onrender.com)

(back to top)

## 💻 Getting Started

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

### Prerequisites

In order to run this project you need the following installed in your local system


  • Ruby

  • Git CLI

  • Github account

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone https://github.com/andrianarivo/recipe_app.git
```

### Install

Install this project with:

```sh
cd recipe_app
bundle install
```

### Usage

To run the project, execute the following command:

```sh
ruby main.rb
```
### Run tests

- Type `Rspec`: To run test `
- Type `npx stylelint "**/*.{css,scss}"` to run for stylelint errors

(back to top)

## 👥 Authors

👤 **Andrianariv David**

- GitHub: [@andrianarivo](https://github.com/andrianarivo)
- Twitter: [@andrianarivo](https://twitter.com/dandrianarivo)
- LinkedIn: [@andrianarivo](https://www.linkedin.com/in/andrianarivo)

👤 **Racha Ould Babaali**

- GitHub: [@rachaouldbabaali](https://github.com/rachaouldbabaali)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/rachaouldbabaali/)

(back to top)

## 🔭 Future Features

- [ ] **[Build the front end of the system]**
- [ ] **[Style the front end]**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/andrianarivo/recipe_app/issues).

(back to top)

## ⭐️ Show your support

If you like this project please leave a STAR to the [Github repo](https://github.com/andrianarivo/recipe_app/tree/dev)

(back to top)

## 🙏 Acknowledgments

We would like to appreciate [Microverse](https://www.microverse.org/) for providing the resources and the platform for us to be a Professional full-stack developer.

(back to top)

## 📝 License

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

(back to top)