Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sarwar-asik/init-graphql


https://github.com/sarwar-asik/init-graphql

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

### G-Blogs server

- 1. installation
- 2. create scripts in 'package.json'
- 3. create '/src/index.ts'
- 4. create

#### Installation
```bash
yarn init -y
npm install @apollo/server graphql
yarn add typescript @types/node ts-node-dev
yarn add -D nodemon
npx tsc --init
yarn add prisma
npx prisma
```