Skip to content

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 th…

License

Notifications You must be signed in to change notification settings

kosher9/Recipe-app

 
 

Repository files navigation

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

image

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

# 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

rails s

Run tests

bundle install
rspec

Authors

👤 Sentayhu Berhanu

👤 Cédric Kossi

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.

About

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 th…

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 68.5%
  • HTML 26.3%
  • Batchfile 2.9%
  • JavaScript 1.4%
  • CSS 0.9%