Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hieuhani/koa-typescript-server-api

GraphQL server boilerplate with KoaJS
https://github.com/hieuhani/koa-typescript-server-api

graphql koajs typeorm typescript

Last synced: about 1 month ago
JSON representation

GraphQL server boilerplate with KoaJS

Awesome Lists containing this project

README

        

# Typescript GraphQL Starter Kit

Starter kit for GraphQL backend with **Typescript** and **GraphQL**.
A start point for creating a standalone backend API that works smoothly with web frontends.

Technical Stack
--------

- **KoaJS** - Web framework
- **Apolo Server** - GraphQL Server
- **PostgreSQL, TypeORM** - Database and ORM framework

## Getting Started
--------

```bash
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
```

## License
--------

This project is licensed under the MIT license, Copyright (c) 2018 Coralo.