Recipe-App-

The Recipe app keeps track of all your recipes, ingredients, and inventory. It will allow to save ingredients, keep track of what you have, create recipes, and generate a shopping list. Also, sharing recipes publicly.

MIT License

Stars
1

Recipe App

In this project, we implement the basic setup for a rails project: using gitflow, setting up Rails with PostgreSQL, Devise and RSpec and Capybara.

🛠 Built With

Tech Stack

RoR

POSTGRESQL

Key Features

  • Install Ruby on Rails framework
  • Use Ruby gems as a software packages system
  • Use database migration files to maintain database schema
  • Run integration tests
  • Authentication
  • Authorization

💻 Getting Started

PRE-REQUISITE

In order to run this project you need:

VS_CODE POSTGRESQL RoR

Setup

Clone this repository to your desired folder:

mkdir recipe-app cd recipe-app git clone https://github.com/Estete9/Recipe-App-.git

Install

  • To retrieve the dependencies of this project, run bundle install

Usage

  • Run the following commands to migrate database and start the app
rails db:create db:migrate db:migrate RAILS_ENV=test
bundle install
rails s

Test

  • To run the tests please run the following command
 rspec spec

👥 Authors

👤 Esteban Palacios

👤 Jose RM

👤 Erwin Amador

🤝 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 me a star ⭐️

🙏 Acknowledgments

I would like to thank my teammates at Microverse. You are the best!

📝 License

This project is MIT licensed.