Skip to content

Latest commit

 

History

History
66 lines (43 loc) · 1.67 KB

README.md

File metadata and controls

66 lines (43 loc) · 1.67 KB

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

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
> 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:

> rails server

Testing

This command will run all the tests in your terminal:

> rspec spec

Authors

👤 Charlotte Divine

👤 Assad Isah

🤝 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

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc