Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

![](https://img.shields.io/badge/Microverse-blueviolet)

# Blog 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.

### Preview

Coming soon

## Live Version

Coming soon

## Built With
- Ruby on Rails

## Getting Started
- Follow setup instructions below

### Prerequisites

- Ruby
- Git and Github
- Terminal
- Browser

### Setup

- clone the following repo `https://github.com/orozCoding/recipe-app.git`
- cd into the directory and run `bundle install` to install dependencies
- Run `rails db:create` and then `rails db:migrate`
- Run `rails s` to start the app
- Visit `localhost:3000` in your browser

### Tests

- To run the tests, simply run `rspec` command

# Credits

## Authors

👤 **Angel Orozco** (orozCoding).

- GitHub: [@orozCoding](https://github.com/orozCoding)
- Twitter: [@orozCoding](https://twitter.com/orozCoding)
- LinkedIn: [Angel Orozco](https://www.linkedin.com/in/angel-orozco-652230228/)
-
👤 **Banlon Jones** (orozCoding).

- Github: [banlon-jones](https://github.com/banlon-jones)
- Twitter: [@banlonj](https://twitter.com/banlonjones)
- LinkedIn: [banlon jones](https://www.linkedin.com/in/banlon-jones-b0205812a)

## 🤝 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!

## Acknowledgments

- [Microverse](https://www.microverse.org/)

## 📝 License

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