A recipe book tool for users to manage all of their favorite meals. A user can create, view, or delete recipes, as well as filter them by diet (gluten-free, dairy-free, etc.). See the video demo: https://youtu.be/gzZPe8y9l1U
Backend developed using Ruby on Rails and postgreSQL
This is the backend repository. You can view the frontend here: https://github.com/vmar13/recipeKeeper-client
- Clone down and cd into this repo
- Run "bundle install" to install dependencies
- Run "rails db:seed" to seed the database
- Run "rails s" to start the server
- Start the frontend using the link above
NOTE: This was a collaborative project built during the Flatiron School Software Engineering program. You can find the original repo here: https://github.com/toastcorners/recipeKeeper. Post-graduation, I forked the repo to develop the application further.