Car Review App - (Back-end)

An application where users can view car ratings,average market price, used car inventory, market car reviews, search for a car and add a new car in the system.

Developer

Front-end

  • Deployed Here

  • Sign into a specific user

  • View cars on log in

  • Search for cars

  • Create new cars

  • Designed the User Interface with custom CSS and Javascript to create a modern, smooth UI

Back-end

  • Deployed Here

  • Utilized Ruby on Rails to rapidly develop and deploy application using MVC framework

  • Integrated Ruby on Rails’ ActiveRecord to perform database operations in an object-oriented fashion and represent associations between models

  • Rails-Front-End

  • Deployment

API Set-up Instructions

  • Clone this repository to your local environment (machine):

      • git clone git@github.com:sean-code/Car-Review.git -- for SSH link.
      • Or git clone https://github.com/sean-code/Car-Review.git -- for the HTTPS link
  • Then run:

    • bundle install
    • rails db:migrate db:seed
  • Then run:

    • rails s
      ...to launch the server locally

Endpoints

AllCars

OneCar

AllReviews

AllReviews

Technology Used

  • Ruby
  • Rails
  • Postgres

License

MIT License
ⒸCar Review API 2022

Permission is therefore granted, free of charge to anyone obtaining a duplicate of this software and associated documentation files, to deal in the Software without restriction, including without limitation the rights to use, merge, publish, distribute and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

THE SOFTWARE IS PROVIDED "AS IT IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED. UNDER NO EVENT SHALL THE AUTHOR OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGE OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT OR IN RELATION TO THE SOFTWARE.

ENJOY YOURSELF AND HAPPY CODING!!