Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qwibbler/recipe-app
Rails group project
https://github.com/qwibbler/recipe-app
capybara-rspec database rails7 rspec-rails ruby
Last synced: 14 days ago
JSON representation
Rails group project
- Host: GitHub
- URL: https://github.com/qwibbler/recipe-app
- Owner: qwibbler
- License: mit
- Created: 2022-06-20T15:50:54.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-02-01T14:06:49.000Z (almost 2 years ago)
- Last Synced: 2024-10-09T10:44:33.879Z (about 1 month ago)
- Topics: capybara-rspec, database, rails7, rspec-rails, ruby
- Language: Ruby
- Homepage: https://recipe-ezts.onrender.com
- Size: 225 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
![](https://wakatime.com/badge/user/be79098d-c59e-407c-8952-0f274bb9e265/project/502f658b-24f6-4a07-95bf-f0b4c42f6b84.svg)
# Recipe AppThe Recipe app keeps track of all your recipes and ingredients. 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, this app should allow you to make them public so anyone can access them.
## Built With- Ruby
- Rails
- Rubocop
- Devise
- Rspec
- Capybara## Getting Started
To get a local copy up and running follow these simple example steps.
- git clone `https://github.com/qwibbler/recipe-app`- change to the directory using `cd recipe-app`
- open with your preffered code editor.
## Running the project
To run the project,
- Navigate to the root directory of the project `cd recipe-app`
- run `bundle install`
- run `rails db:create`
- run `rails db:migrate`
- run `rails s`
- Go to `localhost:3000` (or whatever port the server is listening on).## Runnig tests
- run `rails db:seed RAILS_ENV=test`
- run `rspec`## Authors:
👤 **Humaira Zaman**
- GitHub: [@qwibbler](https://github.com/qwibbler)
- Twitter: [@hmemaz](https://twitter.com/hmemaz)
- LinkedIn: [Humaira Zaman](https://www.linkedin.com/in/hmemaz1994/)👤 **Edgar Esteban Muñoz Alba**
- GitHub: [@estebanmual](https://github.com/estebanmual)
- Twitter: [@estebanmual](https://twitter.com/estebanmual)
- Instagram: [@estebanmual](https://instagram.com/estebanmual)
- LinkedIn: [LinkedIn](https://linkedin.com/in/estebanmual)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/usorfaitheloho/school-library/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Microverse: [microverse community](https://github.com/microverseinc)
## 📝 License
This project is [MIT](./LICENSE.md) licensed.