Starter kit for GraphQL backend with Typescript and GraphQL. A start point for creating a standalone backend API that works smoothly with web frontends.
- KoaJS - Web framework
- Apolo Server - GraphQL Server
- PostgreSQL, TypeORM - Database and ORM framework
git clone https://github.com/coralo/koa-typescript-server-api.git
cd koa-typescript-server-api # Change current directory
yarn dev # Run the server in development mode
This project is licensed under the MIT license, Copyright (c) 2018 Coralo.