m05e5 / Recipe-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recipe App

Microverse

The Recipe app keeps track of all your recipes, ingredients, and inventory

screenshot

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 on Rails
  • PostgreSQL
  • CSS

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

Setup

  • Make sure you have Ruby on Rails set up properly on your computer
  • Clone or download this repo on your machine
  • Enter project directory

Install

bundle install

Database

# Create user
sudo -u postgres createuser recipe_app -s

# Create the database
rails db:create

## Apply migration
rails db:migrate

# Load the schema
rails db:schema:load

Run

rails s

Test

rspec specs

.env

GMAIL_USERNAME=your_email@example.com
GMAIL_PASSWORD=password

Authors

👤 Arturo Ortega

👤 Sheyla Pozo

👤 Caleb Moses

🤝 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!

Acknowledgments

  • Microverse

About


Languages

Language:Ruby 64.7%Language:HTML 24.8%Language:SCSS 4.9%Language:JavaScript 3.7%Language:CSS 1.8%