Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 384 Bytes

README.md

File metadata and controls

24 lines (12 loc) · 384 Bytes

ts-graphql-template

This is a template for a TypeScript project using GraphQL and Apollo Server.

Getting started

To start the project localy run:

npm install

npm run dev

To set the the database with some data run:

docker-compose up -d

npx prisma init

npx run migrate

To start prisma studio and populate data run:

npx prisma studio