Marine Dock Management

Rails Server + PostgreSQL database back-end and React JS front-end Marine Management web-app.

It connects to the Rails Server to display available boats on React JS with its respective dock number, name, length, and color in a table from PostgreSQL database. A user can:

  • Add a boat
  • Move or change the dock of a boat
  • Delete a boat

In order to run locally user need to the following:

  • Clone locally
  • Configure PG server locally from database.yml file
  • Install bundle install and dependent gems
  • npm and yarn install for JS dependencies
  • Run "rails s"

Screenshots

GIF

Initial Screen

img

Add boat form

img

Change dock form

img