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.
- Host: GitHub
- URL: https://github.com/ryan-haskell/docker-keystone
- Owner: ryan-haskell
- Created: 2016-08-25T23:52:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-29T00:10:24.000Z (about 9 years ago)
- Last Synced: 2025-03-19T17:48:57.595Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.