Skip to content

This is a simple Ruby On Rails project. Recipe app that allows user to create, delete, and read recipes created by them or the community, allowing the users to decide whether they'd be public or not. Additionally, it allows users to create food records and generate a shopping list based on the missing food for their recipes. It comes with authen…

Notifications You must be signed in to change notification settings

JohnFTitor/my_recipe_app

Repository files navigation

My Recipe App

This is a simple Ruby On Rails project. Recipe app that allows user to create, delete, and read recipes created by them or the community, allowing the users to decide whether they'd be public or not. Additionally, it allows users to create food records and generate a shopping list based on the missing food for their recipes. It comes with authentication and authorization functionality.

Preview

Desktop Preview

The complete website for every masterchef! Keep track of your recipes for the best plates worldwide alongside the community. Create, delete and modify your Recipes, don't want to share it? It's a shame but we respect that! Decide whether it'll be public or not. Finally, want to see how much would it cost to make your dishes a reality? No problem! Generate a shopping list of all your recipes by clicking one button. It has never been that easy!

Requirements

In order to work on this project, you need to have the following dependencies installed:

Built With

  • Languages: Ruby 3.1.1
  • Frameworks: Ruby On Rails, Bootstrap
  • Technologies used: Visual Studio Code

Getting Started

Clone this repository

$ git clone git@github.com:JohnFTitor/my_recipe_app.git
$ cd my_recipe_app

Commands to run

Run

$ bundle install 

To get all the gems required for the project

Then, run

$ npm install 

To install packages such as style linters

To check linters locally, use

$ rubocop
$ npx stylelint "**/*.scss"

Once you have the project correctly set up, run

$ bin/rails db:setup

To run all migrations, create the database for testing and for development, and insert some data into the database for you to visualize the changes

Finally, each time you make changes to the project, run

$ bundle exec rspec /spec

In the root folder to check the consistency of the app. Please don't make changes to the tests unless completely necessary, and mention it in your PR description.

Important note: Since this project uses Bootstrap for the styling, you need to run:

$ ./bin/dev

For you to see the styling being applied in the browser during development

Authors

👤 Andrés Felipe Arroyave Naranjo

Platform Badge
GitHub @JohnFTitor
Twitter @johnftitor
LinkedIn Andres

👤 ALeonardoAlbornozA

Platform Badge
GitHub: @Leboroz
Twitter: @Leboroz
LinkedIn: Leonardo Albornoz

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

About

This is a simple Ruby On Rails project. Recipe app that allows user to create, delete, and read recipes created by them or the community, allowing the users to decide whether they'd be public or not. Additionally, it allows users to create food records and generate a shopping list based on the missing food for their recipes. It comes with authen…

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published