Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 258 Bytes

File metadata and controls

11 lines (8 loc) · 258 Bytes

Backend

Backend core for PlayOS using GraphQL. (Reference implementation)

This is still a WIP.

Instructions

  1. Copy the .env.example file and name it .env
  2. Create a MongoDB database
  3. Fill in the DB_* properties
  4. yarn && yarn dev to run