therealedsheenan / mockoutube

Rails application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mockoutube

A basic Rails application

Getting started

Clone the repository to your local machine:

$ git clone https://github.com/therealedsheenan/mockoutube.git

Install the necessary dependencies

$ cd mockoutube # If you're note in the current project directory yet
$ bundle install
$ yarn install

Setup database

$ bundle exec rails db:setup

Run the server

$ bundle exec rails s

Tests

To run test, run the following command:

$ bundle exec rails test

Highlighted test scripts

The following directories are the main test scripts:

  • test/controllers/**
  • test/controllers/models/**
  • test/controllers/system/**

About

Rails application


Languages

Language:Ruby 72.3%Language:HTML 21.6%Language:JavaScript 5.1%Language:CSS 1.0%