Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 380 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 380 Bytes

Brands with Products Application

A simple CRUD application with Ruby on Rails.

Requirements

  • Ruby
  • SQLite3
  • Node.js
  • Yarn

Cloning Repository

git clone https://github.com/mlozturk/brands-with-products.git

Starting Server

$ bin/rails server

Then you can visit http://localhost:3000 from your browser.