Skip to content

SageDigital/shipsticks-coding-challenge

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 74.9%
  • HTML 17.1%
  • TypeScript 3.0%
  • CSS 2.0%
  • JavaScript 1.4%
  • Dockerfile 1.1%
  • Shell 0.5%