Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/megane42/rails-tutorial-sample_app


https://github.com/megane42/rails-tutorial-sample_app

Last synced: 22 days ago
JSON representation

Awesome Lists containing this project

README

        

# Rails Tutorial Sample App

https://railstutorial.jp/

## Build

```
bundle install --path vendor/bundle --without production
bundle exec rails db:migrate
bundle exec rails test
bundle exec rails server
```