Sen descrición

Arkadiusz Lisiecki 33849e2972 example schema; uuid; postgresql up to v13 %!s(int64=5) %!d(string=hai) anos
schema 33849e2972 example schema; uuid; postgresql up to v13 %!s(int64=5) %!d(string=hai) anos
.gitignore 2791503bc9 init repo %!s(int64=5) %!d(string=hai) anos
CHANGELOG.md 2791503bc9 init repo %!s(int64=5) %!d(string=hai) anos
Dockerfile 1a402caf30 dont use it at home %!s(int64=5) %!d(string=hai) anos
Dockerfile_bak 2791503bc9 init repo %!s(int64=5) %!d(string=hai) anos
README.md 33849e2972 example schema; uuid; postgresql up to v13 %!s(int64=5) %!d(string=hai) anos
articles.js_bak 2791503bc9 init repo %!s(int64=5) %!d(string=hai) anos
docker-compose.yml 33849e2972 example schema; uuid; postgresql up to v13 %!s(int64=5) %!d(string=hai) anos
index.js 33849e2972 example schema; uuid; postgresql up to v13 %!s(int64=5) %!d(string=hai) anos
initial-data.js 2791503bc9 init repo %!s(int64=5) %!d(string=hai) anos
package-lock.json 1a402caf30 dont use it at home %!s(int64=5) %!d(string=hai) anos
package.json 1a402caf30 dont use it at home %!s(int64=5) %!d(string=hai) anos

README.md

KeystoneJS Starter Template

You've created a KeystoneJS project! This project contains a simple list of users and an admin application (localhost:3000/admin) with basic authentication.

Running the Project.

To run this project first run npm install. Note: If you generated this project via the Keystone cli step this has been done for you \o/.

Once running, the Keystone Admin UI is reachable via localhost:3000/admin.

Next steps

This example has no front-end application but you can build your own using the GraphQL API (http://localhost:3000/admin/graphiql).

npx keystone create-tables

CREATE EXTENSION pgcrypto;