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

https://github.com/oldprojectss/ror-group-project

This is a food and recipe app built using RoR, you can add food and create recipes with the food from the database. This user can log in to the app and store the recipes as private or share them publicly with all the users of the app. it also have a shopping list so the user can track foods that are not avalible anymore
https://github.com/oldprojectss/ror-group-project

authentication device postgresql ruby ruby-on-rails

Last synced: 2 months ago
JSON representation

This is a food and recipe app built using RoR, you can add food and create recipes with the food from the database. This user can log in to the app and store the recipes as private or share them publicly with all the users of the app. it also have a shopping list so the user can track foods that are not avalible anymore

Awesome Lists containing this project

README

          

# ROR-Recipe App

The Recipe 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 should allow you to make them public so anyone can access them.

## Built With

- Ruby
- Rails
- Postgresql

## Getting Started

To start using this software you need to have Ruby installed in your machine

Then clone this repo:

```
-$ git clone git@github.com:Ismailco/ROR-GROUP-PROJECT.git
```

Then install the gems:

```
```

```
-$ cd ROR-GROUP-PROJECT
```

Then install gems:

```
-$ bundle install
```

Then run the server:

```
-$ rails server
```

Then visit the URL:

```
-$ http://localhost:3000
```

To run rspec, in your terminal for testing the methods:

```
-$ rspec
```

### Prerequisites

Ruby and rails installed on your local machine

### Setup

- Clone the GitHub Repository
- Go to the Project Directory
- Run `bundle install`

## Authors

👤 **Ismail Courr**

- GitHub: [@ismailco](https://github.com/ismailco)
- Twitter: [@ismailcourr](https://twitter.com/ismailcourr)
- LinkedIn: [Ismail courr](https://www.linkedin.com/in/ismailcourr)

👤 **Ismail Adekunle**

- GitHub: [ismail akinkunmi](https://github.com/ismailakinkunmi)
- LinkedIn: [Ismail adekunle](linkedin.com/in/adismail4/)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

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

## Show your support

Give a ⭐️ if you like this project!

## 📝 License

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