Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

Last synced: 24 days ago
JSON representation

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)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Database](#database)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# :open_book: Recipe-app
Recipe-app is an app keeps track of all your recipes, ingredients, and inventory. It will allow you to save ingredients, keep track of what you have, 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 allows you to make them public so anyone can access them.

## :hammer_and_wrench: Built With
### Tech Stack
Client

Backend

Database

### Key Features
- List of foods
- Ability to add new food
- Ability create a recipe
- List of recipes
- Ability to create shopping list based on list of foods and recipes

(back to top)

## :computer: Getting Started
To get a local copy up and running, follow these steps.

### Prerequisites

You need the following tools be installed in your computer:

- [Rails](https://guides.rubyonrails.org/)
- [Git](https://www.linode.com/docs/guides/how-to-install-git-on-linux-mac-and-windows/)
- [Ruby](https://github.com/microverseinc/curriculum-ruby/blob/main/simple-ruby/articles/ruby_installation_instructions.md)
- IDE

### Setup

Clone this repository to your desired folder:

```sh
cd my-prefered-folder

git clone https://github.com/newhoteng/Recipe-app.git
```

### Install

Install this project with:

```sh
cd Recipe-app

bundle install
```

### Database

Create the databases and run migrations with:

```sh
rails db:create
rails db:migrate
```

### Usage

To run the project, execute the following command:

```sh
rails server or rails s
```

### Run tests

To run tests, run the following command:

```sh
rspec spec/
```

(back to top)

## :busts_in_silhouette: Authors
:bust_in_silhouette: **Harriet Oteng**
- GitHub: [@githubhandle](https://github.com/newhoteng)
- Twitter: [@twitterhandle](https://twitter.com/HarrietOteng1)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/harriet-oteng-75554666/)

:bust_in_silhouette: **Kibrewossen Y Mekasha**
- GitHub: [@akos29](https://github.com/akos29)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/kibrewossen-y-mekasha/)

(back to top)

## :telescope: Future Features
- Improve styling

(back to top)

## :handshake: Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/newhoteng/Recipe-app/issues).

(back to top)

## :star: Show your support
If you like this project give it a star.

(back to top)

## :pray: Acknowledgements
- Thanks to our standup team.

(back to top)



## :memo: License
[License](https://github.com/newhoteng/Recipe-app/blob/main/LICENSE)

(back to top)