Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 363 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 363 Bytes

insta-clone

Instagram cloning application backend

Tech Stack

  • Prisma
  • GraphQL

Apollo Server

GraphQL runs on top of Apollo server. https://github.com/apollographql/apollo-server

npm install apollo-server graphql

Prisma

Migration

npx prisma migrate dev --preview-feature

GraphQL Tools

npm install graphql-tools@latest