Skip to content

Commit

Permalink
Merge pull request #138 from npauzenga/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
npauzenga committed Feb 17, 2016
2 parents 120db28 + 58dbe38 commit 85074b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A social network for board game geeks. The goal of the site is to connect users
join and create groups, and schedule Game Nights within their groups.

## The API
This repo represents the Rails back-end to the upcoming Ember front-end.
This repo represents the Rails back-end to the upcoming Ember front-end. It lives at `api.meetmeeples.com`

## Installation and setup
1) Fork and clone the repo
Expand All @@ -19,5 +19,5 @@ This repo represents the Rails back-end to the upcoming Ember front-end.
4) Run `$rails s` to start the server

## Documentation and Endpoints
- See the [docs](https://github.com/npauzenga/meet_meeples-server/blob/master/doc/api/index.html) for details including example cURL requests and actual JSON responses
- See the [schema](https://github.com/npauzenga/meet_meeples-server/blob/master/config/schema/api.md) for the in-progress JSON-API-compliant schema used for request and response validations (in progress)
- See the [docs](http://api.meetmeeples.com/docs) for details including example requests and JSON responses
- See the [schema](https://github.com/npauzenga/meet_meeples-server/blob/master/config/schema/api.md) for the in-progress JSON-API-compliant schema used for request and response validations

0 comments on commit 85074b2

Please sign in to comment.