This is a Recipe App created with Ruby on Rails + Postgresql, as a Rails Group Capstone Project.
It manages Recipes, that Users who sign-up can add to the app, make them either public or private, add ingredients, foods and generate shopping lists based on those ingredients.
Without sign-up, the visitor can only browser through the public recipes.
Ruby
Rails
Database
RSpec
Devise
Cancancan
Linters
- Sign-up
- Add new recipe
- Add recipe ingredient
- Add Food
- Generate Shopping List
This repository includes files with Ruby language.
In order to run this project you need to have install:
Clone this repository to your desired folder by opening the terminal and running the following command:
git clone [email protected]:hajnaloltyan/recipe-app.git
Create the database and start the app:
rails db:create
rails db:migrate
rails server
Navigate to http://localhost:3000 and see the functional app.
For linter errors:
rubocop
For running tests:
rspec
👤 Cristian Villa
- GitHub: @Cristian Villa
- LinkedIn: @Cristian Villa
👤 Hajnalka Oltyan
- GitHub: @hajnaloltyan
- LinkedIn: Hajnal Oltyan
- Attaching media files for new recipes to have image of the food
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project you could clone the repo and work with it or do the changes in a new branch. Also you could let a message with your thoughts.
I would like to thank Microverse for providing the necessary resources for this project.
This project is MIT licensed.