Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 488 Bytes

File metadata and controls

12 lines (8 loc) · 488 Bytes

Standalone Simple REST example

This is the rest example from Graphweaver pulled out as a separate project, as there are some complexities with running examples in the monorepo that people who aren't Graphweaver developers don't need to worry about.

It implements the People endpoint from the SWAPI.info API.

Getting Started

  1. Clone or download this repo
  2. Install dependencies with pnpm i
  3. Start with pnpm start
  4. Browse to http://localhost:9000