A Recipe List Application that allows user registration, creates recipes with already created (and available) foods and shows a customized shopping list based on necessary but unavailable food from the recipe.
Ruby >= 3.0.0
Ruby on Rails >= 7.0.0
Postgresql >= 12.0
- To get a local copy of the repository please run the following commands on your terminal:
git clone https://github.com/lfmnovaes/recipe-app.git
- Go to the cloned directory with
cd recipe-app
- Run
bundle install
to install the necessary packages - Install the
postgresql
database and all necessary dependencies (if you are on Ubuntu just runsudo apt install postgresql postgresql-contrib
) - Run
rails db:create
andrails db:migrate
to create the database locally- If you already have one with the same name just run
rails db:reset
instead
- If you already have one with the same name just run
- After installing everything, you can run now the website with
rails s
- Rubocop (Ruby code linter)
rubocop
- Stylelint (CSS linter)
npx stylelint "**/*.{css,scss}"
- Using RSpec and Capybara
rspec spec/
👤 Luís Fernando
👤 Ramiro Aquistapace
- GitHub: @ramiaquista
- Twitter: @ramiaq1
- LinkedIn: RamiroAquistapace
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse
This project is MIT licensed.