2017 © Pedro Peláez
 

project micro-kickstart

Kickstart an API project

image

tekkie/micro-kickstart

Kickstart an API project

  • Friday, June 3, 2016
  • by gbtekkie
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

API Kickstarter

Prerequisites

Make sure you have Docker installed and running., (*1)

OSX

  • download the Docker Toolbox and install it
  • start the virtual machine:
./bin/docker-osx-start

Setup

Clone the repo, (*2)

$ git clone git@github.com:tekkie/micro-kickstart.git
$ cd micro-kickstart

Start the needed containers, (*3)

$ ./bin/micro start

Verify that everything is working as expected: load http://micro.dev:8080/status in your browser and see that you receive a nice JSON., (*4)

The Versions