Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 589 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 589 Bytes

ShipSticks Ruby on Rails Challenge

Description

Review the Challenge document and fork off of this repo to complete your work.

Installation

Please have docker installed to run app with a single command.

Running the app

With docker installed, docker-compose up should be all you need to run the app.

# development
$ docker-compose up -d

This will launch three containers (the rails api app, mongodb instance, and the vite dev server) in the default local ports (3000, 27107 and 3036 respectively).

See it in Action

Access the home page at http://localhost:3000