Sign inSign up

securable/restapi

By securable

Updated over 9 years ago

Our RestAPI backend, built with sinatra

Image
0

1.4K

securable/restapi repository overview

Securable.IO rest(ful)API Build Status Docker Automated build

Running this repo locally

First install docker for your local workstation: Get Docker

# Bring up API server
docker-compose up -d
# Validate services started
docker ps

# Check apiserver logs
docker-compose logs api
# Stop all running containers (can be restarted in same state later using the above command)
docker-compose stop
# Destroy all containers, including underlying volumes
docker-compose down -v
# Get shell access (bash) to the web container
docker-compose exec api bash

Tag summary

Content type

Image

Digest

Size

291.4 MB

Last updated

over 9 years ago

docker pull securable/restapi