Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sarwar-asik/init-graphql
https://github.com/sarwar-asik/init-graphql
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/sarwar-asik/init-graphql
- Owner: sarwar-asik
- Created: 2023-11-19T06:54:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-05T18:32:23.000Z (about 1 year ago)
- Last Synced: 2023-12-05T19:34:30.085Z (about 1 year ago)
- Language: TypeScript
- Size: 9.63 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```