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 2 months ago
JSON representation
GraphQL server boilerplate with KoaJS
- Host: GitHub
- URL: https://github.com/hieuhani/koa-typescript-server-api
- Owner: hieuhani
- Created: 2018-01-25T17:04:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-11T15:52:11.000Z (almost 7 years ago)
- Last Synced: 2025-04-12T01:16:25.563Z (about 2 months ago)
- Topics: graphql, koajs, typeorm, typescript
- Language: TypeScript
- Homepage:
- Size: 25.4 KB
- Stars: 15
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.