sagieramos / recipe_app

Food Recie
MIT License
0 stars 2 forks source link

Recipe App

πŸ“— Table of Contents

πŸ“– Recipe On Rails

Recipe App A recipe app used to manage information on food, recipe and shopping list.

πŸ›  Built With

Tech Stack

Server
  • Ruby
  • Rails
  • Database
  • Postgres
  • Key Features

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

        ruby >= 3.2.2
        rails >= 7.0
        postgres >- 15.3

    Setup

    Clone this repository to your desired folder:

      git clone git@github.com:sagieramos/recipe_app.git

    Install

    Install this project with:

      cd recipe-app
      bundle install

    it will install the required gemfile for running the project

    Usage

    to use this project:

       ruby
       bin/rails server

    Or

       rails server

    it will run the the server on localhost:3000

    to run tests:

       rspec 

    (back to top)

    πŸ‘₯ Authors

    πŸ‘€ Mohamed Sabry

    πŸ‘€ Stanley Ramos

    πŸ‘€ Abu Talha

    (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

    Give a star⭐️ or a thumbs up πŸ‘ if you like this project! You can visit my GitHub profile for more of my projects.

    (back to top)

    πŸ™ Acknowledgments

    (back to top)

    πŸ“ License

    This project is MIT licensed.

    (back to top)