An open API service indexing awesome lists of open source software.

https://github.com/ryan-haskell/docker-keystone

Simple backend service that exposes an API to data populated from the KeystoneJS CMS.
https://github.com/ryan-haskell/docker-keystone

Last synced: 9 months ago
JSON representation

Simple backend service that exposes an API to data populated from the KeystoneJS CMS.

Awesome Lists containing this project

README

          

# Docker | KeystoneJS
> An isolated KeystoneJS service that exposes a simple API to any future frontend developers.

> The default user is __`admin@keystonejs.com`__ with password __`admin`__

### Local Development

1. Install [Docker](https://www.docker.com/products/docker).
2. Run __`docker-compose up`__.
3. That's it.

---

> Windows: Go to __[http://192.168.99.100:3000/keystone](http://192.168.99.100:3000/keystone)__ to get started.

> Linux/Mac: Go to __[http://localhost:3000/keystone](http://localhost:3000/keystone)__ to get started.