Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/divinecharlotte/recipe-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, allow you to share the Recipes by making it Public.
https://github.com/divinecharlotte/recipe-app
cancancan css3 devise html5 rails7 rspec
Last synced: about 2 months ago
JSON representation
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, allow you to share the Recipes by making it Public.
- Host: GitHub
- URL: https://github.com/divinecharlotte/recipe-app
- Owner: divinecharlotte
- Created: 2022-10-04T04:00:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-08T11:38:17.000Z (over 2 years ago)
- Last Synced: 2024-10-30T21:12:07.679Z (3 months ago)
- Topics: cancancan, css3, devise, html5, rails7, rspec
- Language: Ruby
- Homepage:
- Size: 128 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Recipe 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.## Built with
- Ruby
- Rails
- PostgresQL## Getting Started
## LIVE DEMO
[RECIPE-APP](https://sheltered-sierra-58004.herokuapp.com/)### Prerequisites
You need Ruby v3+, Rails v7+ and Postgresql installed on your machine.### Setup
- Clone this repo locally using git in the command line with the following command
```ruby
> https://github.com:divinecharlotte/Recipe-app.git
```
- Alternatively, you can just download the complete zip file and extract the folder in your directory### Usage
In the project directory,open terminal and run this command:
```ruby
> rails server
```### Testing
This command will run all the tests in your terminal:```ruby
> rspec spec
```
## Authors👤 **Charlotte Divine**
- GitHub: [divinecharlotte](https://github.com/divinecharlotte)
- LinkedIn: [charlotte-divine](https://www.linkedin.com/in/charlotte-divine-dusenge/)👤 **Assad Isah**
- Github: [nottherealalanturing](https://github.com/nottherealalanturing)
- LinkedIn: [Assad Isah](https://linkedin.com/in/assadisah)## 🤝 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
- Hat tip to anyone whose code was used
- Inspiration
- etc