MealPik will help you select easy crowd-pleasing recipes for those weekend getaways at the cabin. This way you can spend your precious time on the slopes skiing, hiking those mountains or relaxing beachside.
Flatiron School, Software Engineering Immersive - Module 2 Project
- User can create an account, password encryption with bcrypt
- View recipe collections by cuisine or meal type
- Customize any recipe in the collection
- Create and Add your own recipe to the collection
- Add upcoming trips in your profile
- Check off dietary restrictions/food allergies in your profile
Configuration:
- Run 'bundle install' to install Gemfile
- Run 'rails db:migrate'
Database Creation:
- Run 'rails db:seed'
Database Initialization:
- Start server by running 'rails server'
- Ruby on Rails v 6.0.2.2 utilizing full CRUD and MVC pattern
- SQLite3 database
- HTML / CSS