Skip to content

StratusPrint/WebAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Bob Shannon
May 16, 2016
1e4a858 · May 16, 2016
May 11, 2016
Feb 14, 2016
May 16, 2016
May 16, 2016
Apr 22, 2016
Feb 14, 2016
Feb 14, 2016
Feb 19, 2016
May 7, 2016
May 11, 2016
May 16, 2016
Feb 15, 2016
Mar 28, 2016
May 16, 2016
May 16, 2016
May 16, 2016
May 7, 2016
Feb 14, 2016
May 4, 2016
Feb 14, 2016

Repository files navigation

API Build Status Coverage Status

Commits pushed to the master branch are automatically deployed to https://api.stratusprint.com.

Commits pushed to the dev branch are automatically deployed to https://dev.api.stratusprint.com.

Running locally

  1. If you have not done so already, install both Vagrant and VirtualBox.

  2. Clone this repo:

    git clone git@github.com:StratusPrint/API.git
  3. Start the virtual machine:

    vagrant up
  4. SSH in to the virtual machine:

    vagrant ssh
  5. Access the the API locally at http://localhost:8081/

Queueing backend

Background jobs created by the API are configured to run on Sidekiq. Sidekiq can be started by running:

bundle exec sidekiq

inside the Rails application directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published