Skip to content

StratusPrint/WebAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

314 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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