https://github.com/sentayhu19/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.
https://github.com/sentayhu19/recipe-app
bootstrap postgresql rails recipe-app ruby
Last synced: 6 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, since sharing recipes is an important part of cooking the app should allow you to make them public so anyone can access them.
- Host: GitHub
- URL: https://github.com/sentayhu19/recipe-app
- Owner: sentayhu19
- License: mit
- Created: 2022-07-25T09:30:11.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-09-05T09:53:29.000Z (about 3 years ago)
- Last Synced: 2025-03-25T08:51:18.061Z (7 months ago)
- Topics: bootstrap, postgresql, rails, recipe-app, ruby
- Language: Ruby
- Homepage:
- Size: 6.02 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 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.### Preview
[Recipe App](https://polar-lake-16717.herokuapp.com/)
### Cloning the project
git clone https://github.com/sentayhu19/Recipe-app
```
- cd Recipe-app
- rails s
```## Built with
- Ruby 3.1.2 on Rails 7.0.3.1
- PostgreSQL## Prerequisites
Vscode or anyother
Setup## Install
Ruby
Rails### Development Database
```sh
# Create user
sudo -u postgres createuser -e ced00 -s
# Load the schema
rails db:schema:load
#----- If you want prefer this approach
# Create the database
rake db:create
# Create database Migration
rails db:migrate
```### Run
```sh
rails s
```## Run tests
```sh
bundle install
rspec
```## Authors
👤 **Sentayhu Berhanu**
- GitHub: [@sentayhu19](https://github.com/sentayhu19)
- LinkedIn: [sentayhu-berhanu](https://www.linkedin.com/in/sentayhu-berhanu-6376579a/)👤 **Cédric Kossi**
- GitHub: [@kosher9](https://github.com/kosher9)
- Twitter: [@kosherus](https://twitter.com/kosherus)
- LinkedIn: [LinkedIn](https://linkedin.com/in/lionel-c%C3%A9dric-kossi-323042172)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/sentayhu19/Catalog-of-my-things/issues).
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](./MIT.md) licensed.