Skip to content
This repository has been archived by the owner on Apr 8, 2020. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 265 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 265 Bytes

Ships Registration

Setup

Run the available setup script and migrate the database:

./bin/rails db:create db:migrate && ./bin/setup

Running

Run the server with the provided script and open go to http://localhost:22021:

./bin/start