Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/prathamesh-dukare/graphql-server-threads

A GraphQl server with Typescript, Prisma, Postgresql and Docker setup
https://github.com/prathamesh-dukare/graphql-server-threads

docker-compose graphql-server nodejs postgresql typescript

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Graphql Server for a threads app

### If you want to clone this template
Follow the steps below;

1. Install dependencies

```bash
yarn install
```

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

```bash
docker compose up -d
```

3. Start the Apollo GraphQl server
```bash
yarn dev
```

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