/recipe-app

Primary LanguageRubyMIT LicenseMIT

📗 Table of Contents

📖 Recipe App Project

Recipe App Project is a recipe web application. User can create accounts, recipe and foods can see public recipes and can generate shopping list. Built with ruby on rails.

🛠 Built With

Tech Stack

Client
  • Ruby on Rails
  • PostgreSQL

Key Features

  • Authentication
  • Authorization
  • Create Food
  • Create Recipe
  • Create Public Recipe
  • Generate Shopping Lists

(back to top)

💻 Getting Started

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

Prerequisites

In order to run this project you need the following installed in your local system

  • Ruby
  • Git CLI
  • Github account

Setup

Clone this repository to your desired folder:

  cd <desired-folder>
  git clone https://github.com/obed300/recipe-app.git

Install

Install this project with:

  cd Recipe App
  bundle install
  rails db:create
  rails db:migrate

Usage

To run the project, execute the following command:

  rails server

Test

To test the project, execute the following command:

  rspec

(back to top)

👥 Authors

👤 Josue Rushanika

👤 ** Obed Bamfo **

(back to top)

🔭 Future Features

  • Pagination
  • Recipe Search

(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 me a Star!

(back to top)

🙏 Acknowledgments

We would like to thank for Microverse to provide us learning materials, and our peers for helping us out to move forward.

(back to top)

📝 License

This project is contributed under MIT licensed.

(back to top)