Rachelwebdev / recipe-app

MIT License
2 stars 1 forks source link

πŸ“— Table of Contents

πŸ“– Baci Chef

If making it to the Guinness book of world records sounds exciting to you, then The Baci chef app provides a comprehensive solution for managing your secret recipes, ingredients, and inventory. You can save ingredients and track what you have on hand, create recipes, and generate a shopping list based on what you need for a recipe and even track your cooking time. Additionally, the app allows you to make your recipes public, facilitating easy sharing with others who may find them useful in their own cooking endeavors.

πŸ›  Built With

Tech Stack

Server
Database

Key Features

Getting Started

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

Prerequisites

You need the following tools be installed in your computer:

Setup

Clone this repository to your desired folder:


  git clone git@github.com:Rachelwebdev/recipe-app.git
   cd Recipe-app

Install

Install this project with:

  cd recipe-app

  bundle install

Database creation

Next, use this command to create the databases:

rails db:create
rails db:migrate

Usage

To run the project, execute the following command:

  rails server or rails s

Run tests

To run tests, run the following command:

before you run the tests

rails db:seed RAILS_ENV=test
  rspec spec/

πŸ‘₯ Authors

πŸ‘€ Rachel Isaac

πŸ‘€ Uchechi Nwaka

(back to top)

πŸ”­ Future Features

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project please give a⭐️ and share with your friends.

(back to top)

πŸ™ Acknowledgments

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)