Skip to content

IhsenBen/ts-graphql-template

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published