https://github.com/jaflih/recipe_app
The Recipe app keeps track of all your recipes, ingredients, and inventory.
https://github.com/jaflih/recipe_app
capybara integration rails rspec ruby
Last synced: 6 months ago
JSON representation
The Recipe app keeps track of all your recipes, ingredients, and inventory.
- Host: GitHub
- URL: https://github.com/jaflih/recipe_app
- Owner: jaflih
- Created: 2022-05-16T08:01:40.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-20T18:07:17.000Z (about 4 years ago)
- Last Synced: 2025-04-06T17:19:27.460Z (over 1 year ago)
- Topics: capybara, integration, rails, rspec, ruby
- Language: CSS
- Homepage: https://secure-temple-71126.herokuapp.com/
- Size: 19.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Food Recipe App
## Description
> 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.
## Screenshot

## Built With
- Ruby on Rails
- Postgres
## Getting Started
### Get a local copy
- git clone the project
```bash
git clone https://github.com/jaflih/recipe_app.git
```
```
cd recipe_app
```
### Install the app
```
bundle install
rails db:migrate
```
### Run the seeder
```
rails db:seed
```
### Run the app
- To run the app
```
rails s
```
```
Visit http://localhost:3000/ in your browser.
```
### Run the tests
- To run the tests
```
rspec spec/models
rspec spec/views
```
## Authors
👤 **Aniekan udo**
- GitHub: [@Anny85-code](https://github.com/Anny85-code)
- Twitter: [@Annyudo8](https://twitter.com/Anny_udo8)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/aniekan-udo-665b65213/)
👤 **Jaflih**
- GitHub: [@githubhandle](https://github.com/jaflih)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/jaflih/)
## 🤝 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
- [] Template by [Colorlib](https://colorlib.com/)
- Microverse
- Inspiration
- Colorlib
- etc
## 📝 License
This project is [MIT](./MIT.md) licensed.