Graphql with nodejs
- Node.js(express)
- apollo-server
- es6
- login and jwt session
- sign-up
- Graphql query, mutation
- prisma
- sqlite
- hacker news api
- Realtime Graphql subscriptions
- update new link()
- update vote()
- filtering
- limit-offset pagination
- sorting
- enum based sort
- string sort
- count number of row
- middleware validation(pipelining)
- websocket performance refactor
- prisma performance optimization
- typescript
- google oauth2
- realtime chatting
- 3rd party api
npm install apollo-server graphql
npm install jsonwebtoken bcryptjs
npm i @prisma/cli -D
npx prisma init
npx prisma migrate dev --preview-feature
npx prisma generate
npx prisma studio # check model with prisma studio web