基于PostgreSQL数据库的GraphQL后端,具有Auth,访问权限和自定义业务逻辑 快速开始 先决条件:必须安装docker,git,docker-compose。 mkdir my-project cd my-project curl https://raw.githubusercontent.com/leaderit/graphql-postgres-template/main/configure.sh | bash -s -- 警告 始终使用HTTPS连接以确保后端安全。 介绍 基于Hasura,PostgreSQL服务器和NodeJS框架Fastify的GraphQL应用程序