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

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

The Recipe app is a classic example of a recipe website. It's a functional website that shows the list of foods and recipes and empowers readers to interact with them by adding new foods and recipes. Users can access the application's services by creating a new account or logging in if they already have an account.
https://github.com/levy002/recipe-app

bootstrap ruby-on-rails

Last synced: about 1 year ago
JSON representation

The Recipe app is a classic example of a recipe website. It's a functional website that shows the list of foods and recipes and empowers readers to interact with them by adding new foods and recipes. Users can access the application's services by creating a new account or logging in if they already have an account.

Awesome Lists containing this project

README

          

# Recipe App
>The Recipe app is a classic example of a recipe website. It's a functional website that shows the list of foods and recipes and empowers readers to interact with them by adding new foods and recipes. Users can access the application's services by creating a new account or logging in if they already have an account.
## Live Demo
[Live link](https://recipe-app-222.herokuapp.com/)
## prerequisites
```
Ruby
rails version 7.x gem package
```
### Development (Running locally)

- git clone the project

```bash
git clone git@github.com:levy002/recipe-app.git
```

- Install Dependencies

```bash
bundle install
```

👤 **Debas Gebreslasie**

- [GitHub](https://github.com/Debas-31)
- [Twitter](https://twitter.com/DEBSH76956492)
- [LinkedIn](https://www.linkedin.com/in/debas-gebrengus)

👤 **levy_ukwishaka**

- GitHub: [@levy002](https://github.com/levy002)
- Twitter: [ @levy_ukwishaka](https://twitter.com/levy_ukwishaka)
- LinkedIn: [levy-ukwishaka](https://www.linkedin.com/in/levy-ukwishaka)

## 🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the [issues page](https://github.com/levy002/recipe-app/issues).

## Show your support

Give a ⭐️ if you like this project!

## Acknowledgments
- Ruby Community
- rails developers

## 📝 License

[MIT licensed](https://github.com/levy002/recipe-app/blob/Dev/LICENSE).
```