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: 4 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-02T04:18:47.000Z (about 2 years ago)
- Last Synced: 2025-01-11T14:31:45.727Z (over 1 year 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