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

https://github.com/lordksix/recipe-app

this is a ruby on rails app
https://github.com/lordksix/recipe-app

Last synced: about 2 months ago
JSON representation

this is a ruby on rails app

Awesome Lists containing this project

README

        


logo


logo




Recipe App by Rails

# πŸ“— Table of Contents

- [πŸ“— Table of Contents](#table-of-contents)
- [πŸ“– Recipe by Rails ](#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)
- [πŸ‘₯ Authors](#Authors)
- [πŸ”­ Future Features ](#future-features)
- [🀝 Contributing ](#contributing)
- [⭐️ Show your support ](#️support)
- [πŸ™ Acknowledgments ](#acknowledgements)
- [❓ FAQ ](#faq)
- [πŸ“ License ](#license)

# πŸ“– Recipe by Rails

**Recipe by Rails** is a Ruby on Rails web application with PostgreSQL as database. It allows to create recipes, private or public, and generate a shopping list from the ingredients.

(back to top)

## πŸ›  Built With

### Tech Stack

Client

Server

Database

### Key Features

- **Gitflow**
- **Linters implemented**
- **Rubocop implemented**
- **Implement Model Migrations**
- **Implement Implement TailwindCSS**
- **Implement unit and integrations tests**
- **Implement authentication and authorization**
- **Use PostgreSQL**

(back to top)

## πŸ’» Getting Started

### Prerequisites

In order to run this project you need:
- To clone or fork this repo
- Ruby installed in your machine
- Ruby on Rails gem installed
- PostgreSQL install in you computer
- To modify this profile you will also need a text editor

For more information on how to install ruby on your machine:
- How to install ruby

### Setup

Clone this repository to your desired folder:

For example, using Ubuntu:

```sh
cd my-desired-folder
git clone https://github.com/lordksix/recipe-app.git
```

For more information on how to clone or fork a repository:
- How to clone a repo
- How to fork a repo

### Install

To install dependencies, the following command must be run in the terminal:

```sh
cd recipe-app
bundle install
```

To create database, migrate schema and implement initial database entries

```sh
rails db:drop db:setup
```

### Usage

In the project directory, run the first time:

```sh
bundle exec rake assets:precompile
```

then, you can use:

```sh
./bin/dev
```

or:

```sh
rails s
```

Check on db/seed.rb for pre-loaded users, posts, comments, and likes for development

### Run tests

In the project directory, run the first time:

```sh
bundle exec rake assets:precompile
```

then, you can:

```sh
rspec .
```

however, if you haven't run `./bin/dev`

(back to top)

## πŸ‘₯ Authors

πŸ‘€ **lordksix**

- GitHub: [@lordksix](https://github.com/lordksix)
- LinkedIn: [@wladpasquel](https://www.linkedin.com/in/wladpasquel/)
- Medium: [@wladimir.pasquel](https://medium.com/@wladimir.pasquel)

πŸ‘€ **Tumaini Maganiko**

- GitHub: [@githubhandle](https://github.com/tumainimaganiko)
- Twitter: [@twitterhandle](https://twitter.com/Chief2maini)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/tumainimaganiko/)

(back to top)

## πŸ”­ Future Features

Future changes:
- Adding Inventories

(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, I encourage you to clone, fork and contribute. Our community and knowledge grows with each engagement.

(back to top)

## πŸ™ Acknowledgments

We would like to thank Microverse for the idea for this project.

(back to top)

## ❓ FAQ

- **Do I need a IDE or a special text editor to make changes?**

- No, you don't. You can use NotePad to make changes.

(back to top)

## πŸ“ License

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

(back to top)