Skip to content

hebisu/twitter_like_rails_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter like SNS app with Ruby on Rails

Software License

Souce codes in Ruby on Rails Tutorial are public with MIT license and Beerware license. See LICENSE.md for the detail.

How to use

First, "git clone" to copy this repository to your dev machine and then install RubyGems with following command.

$ bundle install --without production

Migrate DB.

$ rails db:migrate

Conduct test.

$ rails test

Launch rails server.

$ rails server

About

Ruby on Rails SNS app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published