graphql-boilerplates / typescript-graphql-server

Boilerplate code for scalable, production-ready GraphQL servers written in TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No way of creating a local cluster within the `database` folder

faheemsidd15 opened this issue · comments

If you change the endpoint to localhost in the .env file, and run prisma deploy from the root of the project, it will tell you to run docker-compose up -d. So when you configure it and run prisma deploy again, it does not work. Also, prisma local start does not work.

Maybe asking to create local instance or prisma-us1 etc.. was a good option to have after using this.