jmonto55 / recipe-app

Full-stack monolithic application developed using Ruby on Rails, with styling accomplished using Tailwind CSS. It empowers users with the ability to perform Create, Read, Update, and Delete (CRUD) actions on recipes. This application provides a robust and visually appealing platform for users to seamlessly manage their recipe collection.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recipe App

πŸ“— Table of Contents

πŸ“– Recipe App

Functional website that will show a list of ingredients, recipes and empower users to interact with them by adding new foods, recipes and downloading shooping lists.

πŸ›  Built With

Tech Stack

Client
Server
Database

Key Features

  • Data Model

(back to top)

πŸš€ Live Demo

(back to top)

πŸ’» Getting Started

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

Prerequisites

You need the following tools be installed in your computer:

Setup

Clone this repository to your desired folder:

cd my-prefered-folder
  
git clone https://github.com/jmonto55/recipe-app.git

Install

Install this project with:

cd recipe-app
  
bundle

πŸ’Ύ Database

Create the databases,run migrations, and populate it with seed data:

rails db:create
rails db:migrate

Usage

To run the project run the following commands:

rails tailwindcss:build
rails s

Run tests

To run tests, run the following command:

rspec

(back to top)

πŸ‘₯ Authors

πŸ‘€ Hans-Derly Rameau

πŸ‘€ Jose Montoya

(back to top)

πŸ”­ Future Features

  • CRUD for articles
  • Awesome UI

(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 it a star 😁🌟✨

(back to top)

πŸ™ Acknowledgments

Thanks to Microverse for providing us with the right material to aid this project development

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

Full-stack monolithic application developed using Ruby on Rails, with styling accomplished using Tailwind CSS. It empowers users with the ability to perform Create, Read, Update, and Delete (CRUD) actions on recipes. This application provides a robust and visually appealing platform for users to seamlessly manage their recipe collection.

License:MIT License


Languages

Language:Ruby 60.5%Language:HTML 33.0%Language:Batchfile 2.6%Language:JavaScript 1.9%Language:CSS 1.7%Language:Shell 0.3%