Skip to content
Victoriano edited this page Jun 25, 2022 · 4 revisions

Welcome to the kata-06-reloj-checador-m22-krc-t4-reilero-04 wiki!

Gist, Username and emails of the contributors.

Gist user and email

Create project

rails new check-time -d postgres

move directory

cd check-time

Install Gemfile

bundle install

# or 
bi

Create database

rails db:create

run migration

rails db:migrate

run server

rails server

# or
rs

run console

rails console
# or 
rc
Clone this wiki locally