Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/williamscch/recipes_rails_app
RoR Project that 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
https://github.com/williamscch/recipes_rails_app
capybara database heroku rails rspec ruby
Last synced: 2 months ago
JSON representation
RoR Project that 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
- Host: GitHub
- URL: https://github.com/williamscch/recipes_rails_app
- Owner: williamscch
- Created: 2022-11-07T15:16:39.000Z (about 2 years ago)
- Default Branch: development
- Last Pushed: 2022-11-11T20:56:09.000Z (about 2 years ago)
- Last Synced: 2023-03-04T03:09:22.892Z (almost 2 years ago)
- Topics: capybara, database, heroku, rails, rspec, ruby
- Language: Ruby
- Homepage: https://cryptic-beach-95584.herokuapp.com/
- Size: 170 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Recipe App
> This is an educational project that 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
- [x] Programming Language: [Ruby](https://www.ruby-lang.org/en/)
- [x] Framework: [Ruby on Rails](https://rubyonrails.org/)
- [x] Linter: [Rubocop](https://rubocop.org/)
- [x] Code Editor: [VS Code](https://code.visualstudio.com/)## Getting Started
To get a local copy up and running follow these simple steps.
### Prerequisites
- [x] A web browser like Google Chrome.
- [x] A code editor like Visual Studio Code with Git and Ruby.You can check if Git is installed by running the following command in the terminal.
```
$ git --version
```Likewise for Ruby installation.
```
$ ruby --version && irb
```To install rails, in the terminal kindly run this command
```
$ gem install rails
```### Setup
Clone the repository using the GitHub link provided below.
### Install
In the terminal, go to your file directory and run this command.
```
$ git clone [email protected]:EidHachem/RecipeOnRails.git
```### Usage
Kindly modify the files as needed.
### Run tests
To install rspec, in the terminal kindly run this command
```
$ gem install rspec
```To run tests, please run this command
```
$ rspec ./spec/#{filename}_spec.rb
```## Authors
👤 **Williams Colmenares**
- GitHub: [@williamscch](https://github.com/williamscch)
- Twitter: [@wdavidcch](https://twitter.com/wdavidcch)
- LinkedIn: [Williams Colmenares on LinkedIn](https://www.linkedin.com/in/williamscolmenaresch/)👤 **Nimrod Acosta**
- GitHub: [@Nimplay](https://github.com/nimplay)
- Twitter: [@NimrodAcosta](https://twitter.com/NimrodAcosta)
- LinkedIn: [Nimrod-Acosta](https://www.linkedin.com/in/nimrod-acosta-734330169/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/EidHachem/RecipeOnRails/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- [Microverse](https://www.microverse.org/)
- Code Reviewers
- Coding Partners## 📝 License
This project is [MIT](./MIT.md) licensed.