Skip to content

Guavalines/rails-yelp-mvp

Repository files navigation

YELP MVP

This is a 2 model Rails app where users can create restaurants that other users can rate and review.

FEATURES:

  • Adding validations
  • Nesting routes
  • Designing a schema
  • Creating routes that mirror user stories
  • Using Simple Form

Restaurants

Users can CREATE a new restaurant:

New Restaurant

Users can REVIEW/RATE a restaurant:

Submit a Review

Review

Please initialize these before starting the app:

Versions

Ruby 3.0.3 Ruby on Rails 6.1.4.6

 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published