Skip to content

Latest commit

 

History

History
151 lines (96 loc) · 3.68 KB

README.md

File metadata and controls

151 lines (96 loc) · 3.68 KB

📗 Table of Contents

📖 Recipe

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. The application is created using Ruby on Rails framework.

🚀 Live Version

To access the page you can signup using your gmail account or you can use the folloeing e-mail and password.

e-mail: meshu.amare@gmail.com Password :12345678

🛠 Built With

  • Ruby
  • Rails
  • HTML
  • SCSS
  • Bootstrap

Tech Stack

Describe the tech stack and include only the relevant sections that apply to your project.

Client
  • HTML, JavaScript, and CSS
Server
Database

Key Features

The key features of this app.

  • AAA

💻 Getting Started

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

Prerequisites

In order to run this project you need to: run bunlder install

Setup

Clone this repository to your desired folder:

https://github.com/melashu/Recipe-app.git

cd Recipe-app

Usage

To run the project localy, execute the following command:

rails db:create db:migrate db:seed

then

rails server or rails s

Run tests

To run tests, run the following command:

Rspec spec

👥 Authors

👤 Bantealem Geto

👤 Melashu Amare

🔭 Future Features

In the future I need to improve the following features.

  • Add Google, Github and Twitter authentication.
  • Allow users to update their profile.

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

⭐️ Show your support

Give a star if you like this project!

🙏 Acknowledgments

I would like to thank Microverse for the project guidelines.

📝 License

This project is MIT licensed.

(back to top)