A TypeScript GraphQL backend boilerplate focuses on development productivity, uses Apollo + TypeORM + Express (ATE), help you initiate new GraphQL backend project.
Get Started:
- Run
npm i
command - Setup database settings inside
ormconfig.json
file - Run
npm start
command