Starter for a GraphQL server with subscriptions
- Apollo Server
- Express
- TypeGraphQL
- TypeORM
- Auto Relay
- Install PostgreSQL via https://www.postgresql.org/download/ or
brew install postgresql - Install dependencies via
yarn install - Create postgres database with
createdb example cp .env.example .env
Start the development server
yarn run devBuild and start
yarn run build
yarn startMIT