https://github.com/patrickkabwe/node-graphql-starter-with-ts
This graphql project is built with fastify, primsa and apollo server, it enables you to get started working on your projects logic immediately.
https://github.com/patrickkabwe/node-graphql-starter-with-ts
apollo-server fastify prisma typescript
Last synced: 11 months ago
JSON representation
This graphql project is built with fastify, primsa and apollo server, it enables you to get started working on your projects logic immediately.
- Host: GitHub
- URL: https://github.com/patrickkabwe/node-graphql-starter-with-ts
- Owner: patrickkabwe
- Created: 2022-05-08T06:05:31.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-08T07:58:50.000Z (about 4 years ago)
- Last Synced: 2025-07-26T18:13:13.086Z (11 months ago)
- Topics: apollo-server, fastify, prisma, typescript
- Language: TypeScript
- Homepage:
- Size: 39.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-graphql-starter
This graphql project is built with `fastify`, `primsa` and `apollo server`, it enables you to get started working on your projects logic immediately.
### No need of setup 😀 🚀
## Get Started
1. #### Clone the repo
```
$ git clone https://github.com/Kazion500/node-graphql-starter.git
```
2. #### Change Directory to the starter template
```
$ cd node-graphql-starter
```
3. #### Install Projecy Packages
npm :
```
$ npm i or npm install
```
yarn :
```
$ yarn or yarn install
```
4. #### Run database migration
```
$ yarn migrate
```
5. #### Add seed data Optional
```
$ yarn seed
```
Thank you 🙏
Happy Coding 😀