📗 Table of Contents

Recipe App

Recipe App is web app that allow users to add food and create recipes, the app is built with Ruby on Rails and has a user authentication and an authorization system.

Deployment

Recipe App is deployed at this link

Built With

Tech Stack

Key Features

  • User registration system (using Devise gem)
  • User authorization system to manage permissions and access control (using CanCanCan gem)

Getting Started

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

Prerequisites

Setup

To setup the project follow the steps:

  1. Clone this project using Git Bash:

    git clone https://github.com/lukman155/recipe-app 
    
  2. Inside the project directory, install the project's dependencies

    bundle install
    
  3. Setup the app's database

    rails db:setup
    

Available Scripts

In the project directory, you can run:

  • rails server
    

    Runs the app server

  • rubocop
    

    Launches the test runner.

Authors

👤 Seko Dameh

👤 Lukman Abdulkarim

Future Feature

  • Implement user engagement features (likes, comments and ratings)

Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

If you like this project, please give it a star!

Acknowledgments

  • Microverse

License

This project is MIT licensed.