All Projects → pantharshit00 → apollo-server-prisma-starter

pantharshit00 / apollo-server-prisma-starter

Licence: other
No description, website, or topics provided.

Programming Languages

javascript
184084 projects - #8 most used programming language

Prisma Apollo Server Starter

This repository provides a starting point to work with apollo-server and prisma

Getting started

  1. Clone this repo
  2. Run npm install to grab dependencies from npm.
  3. Start prisma and database instance using docker-compose up -d (Run yarn deploy -n to use prisma demo servers)
  4. Deploy the datamodel using prisma deploy
  5. Start the server using npm run dev

(Use npm run start to run without watch mode)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].