Skip to content

Commit

Permalink
Created README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lejahmie committed Jun 21, 2017
1 parent 670650e commit f9446b0
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
Fake Contentful
========================

Fakes the Contentful Management API.
For full reference of API see https://www.contentful.com/developers/docs/references/content-management-api/

**API Example:**

POST /spaces/yadj1kx9rmg0/entries

```json
{
"fields": {
"title": {
"en-US": "Hello, World!"
},
"body": {
"en-US": "Bacon is healthy!"
}
}
}
```

Docker compose override
-----------------------

To enable overrides, copy the file docker-compose.override-example.yml into docker-compose.override.yml, it is gitignored.


Start with
----------

```shell
docker-compose up
```


Run tests
---------

```shell
npm test
```

0 comments on commit f9446b0

Please sign in to comment.