Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 783 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 783 Bytes

Auslan Community Project - HealthHack 2020

Building a web portal for communities

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.

Requirements

  • Docker
  • NodeJS 12

Steps

# Install all project dependencies
yarn

# Start database container
docker-compose up -d

# Run locally.
yarn dev

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

Next steps

  • You can access the GraphQL API (http://localhost:3000/admin/graphiql).
  • You can access the UI (http://localhost:3000);

Attributions