Skip to content

dipaferdian/police

Repository files navigation

How to run this application

  1. Clone this repository
  2. Run bundle in terminal
  3. Run rails db:create in terminal
  4. Run rails db:migrate in terminal
  5. Run rails db:seed in terminal - optional
  6. Run rails s in terminal

Run rails console

bundle exec rails c

Run debug mode

bundle exec rdbg --open -n -c -- bundle exec rails s -p [port] -b [ip]

How to run test

  • Run rspec in terminal

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published