Skip to content

Retky/RecipeApp

Repository files navigation

Mv-RecipeApp

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

Prerequisites

If you haven't yet, you should first set up Git. Don't forget to set up authentication to GitHub.com from Git as well.

PostgreSQL

Require to have a User with Name: rails and password microverse

OR

Modify the user in config\database.yml lines 23 & 24.

Usage

  • Clone the repository
    • Above the list of files, click ↓Code
    • Clone with HTTPS
    • Open Terminal
    • Change the current working directory to the location where you want the cloned directory
    • Type git clone, and then paste the URL you copied earlier
    • Press Enter. Your local clone will be created
    • In your local path, where you have your repo cloned:
    • Run the command bundle install
    • Run the command npm ci
    • Create the Database rails db:create
    • Migrate the Database rails db:migrate

Author

👤 J. Luis Arredondo

👤 Jorge Rios

🤝 Contributing

Contributions, issues, and feature requests are welcome! Feel free to get in touch with any issues or suggestions.

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.