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

aliou/ships-registration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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