/friends-app

A fully-fledged, basic CRUD Ruby on Rails beginner's project sprint in just 30 minutes.

Primary LanguageRuby

README

A simple CRUD Rails app.

Getting Started

  1. You need to pre-installed Ruby and GEM in your machine.
  2. Run the following command to install the dependecies:
bundle install
  1. To setup the database schema, run the following migration command:
rails db:migrate
  1. Run the localhost server using:
rails s