This is a 2 model Rails app where users can create restaurants that other users can rate and review.
- Adding validations
- Nesting routes
- Designing a schema
- Creating routes that mirror user stories
- Using Simple Form
git clone [email protected]:guavalines/rails-yepl-mvp.git
cd rails-yepl-mvp
rails db:create db:migrate db:seed:replant
bundle install
yarn install
rails server
Open your browser and visit localhost:3000