@exogee/graphweaver-example-basic
v0.1.0-alpha.5
Published
An example project for @exogee/graphweaver
Downloads
3
Readme
@exogee/graphweaver-example-basic
Example apollo server project that demonstrates @exogee/graphweaver
Set up .env
DATABASE_HOST=
DATABASE_USERNAME=
DATABASE_PASSWORD=
DATABASE_NAME=
Create initial database
CREATE TABLE "user" ("id" bigserial primary key, "name" text not null);
Start demo server
$ pnpm start
Test in Apollo Playground
- At http://localhost:4000/