This is a template for a TypeScript project using GraphQL and Apollo Server.
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