/graphql-server-threads

A GraphQl server with Typescript, Prisma, Postgresql and Docker setup

Primary LanguageTypeScript

Graphql Server for a threads app

If you want to clone this template

Follow the steps below;

  1. Install dependencies

    yarn install
  2. Create and run docker container (for PostgreSQL server)

    docker compose up -d 
  3. Start the Apollo GraphQl server

    yarn dev

    Head over to http://localhost:4000/graphql for Apollo Interactive client