Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/prathamesh-dukare/graphql-server-threads
- Owner: prathamesh-dukare
- Created: 2024-03-19T05:49:12.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-05-02T04:18:47.000Z (8 months ago)
- Last Synced: 2024-10-11T13:22:22.190Z (3 months ago)
- Topics: docker-compose, graphql-server, nodejs, postgresql, typescript
- Language: TypeScript
- Homepage:
- Size: 69.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
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