Skip to content

StephaneTrebel/space-rpg-api

Repository files navigation

space-rpg-api

A Space RPG RESTful API

CircleCI

Introduction

Space-RPG-API is exactly this: A space-theme Role Playing Game you can play through interacting with a full fledged RESTful API

Instances

Production instance on Heroku.

How to play locally

$ git clone https://github.com/StephaneTrebel/space-rpg-api.git

$ cd space-rpg-api

$ npm install && npm build && npm start

The API will start on port 9000.

Start with the root endpoint:

$ curl http://localhost:9000/

And then go from here !