Athazagoraphobia server

Stack

Typescript
Prisma
Koa
Apollo GraphQL
Serverless

Prisma

Production Migration

Instructions are here.

Dev Migration

To enter docker-compose container, run following command.

$ docker exec -ti api /bin/ash

Now you need to run migrate.

$ npx prisma migrate dev
$ npx prisma db seed