Microverse-Fullstack-Program / rails-recipe-app-v3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“— Table of Contents

πŸ“– [Recipe App]

Recipe App is a web application that allows users to create and share recipes with other users. Users can create an account, log in to the app, and then create, edit, and delete their recipes. Also, users can add foods and set the recipes public or private. Moreover, users can also view public recipes created by other users.

πŸ›  Built With

Tech Stack

Client

Key Features

  • Login and Signup pages
  • Use of active record models
  • Add food, recipe, ingredients
  • View recipes, foods, and general shopping list

(back to top)

πŸ’» Getting Started

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

Setup

Clone this repository to your desired folder by following the below steps

  • Create a local directory where you can clone the project
  • Clone the project to your directory by running
  git clone https://github.com/ybadr99/recipe-app
  • cd recipe-app

Prerequisites

In order to run this project you need Ruby and Ruby on Rails installed on your machine.

In addition, you need the following tech stack

  • Ruby on rails
  • npm
  • PostgreSQL
  • rails RSpec
  • Bootstrap
  • Devise for authentication
  • CanCanCan for authorization

(back to top)

Install

Install this project with:

1) cd 'project name'

2) "npm i" to install all dependencies

3) "bundle install" to install all gems

4) "rails s" to run the server

Run tests

  • "rspec" to run the tests

(back to top)

πŸ‘₯ Authors

πŸ‘€ Chere Lemma

πŸ‘€ Yousef Badr

(back to top)

πŸ”­ Future Features

  • [Improve the UX]
  • [Add responsiviness]

(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 kindly leave a Star

(back to top)

πŸ™ Acknowledgments

  • I would like to thank Microverse for giving me the opportunity to work in this project.

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

License:MIT License


Languages

Language:Ruby 65.6%Language:HTML 31.8%Language:JavaScript 2.1%Language:SCSS 0.6%