/typeorm-api-base

Abandoned. A base TypeORM- and Apollo/GraphQL-based API from which to build

Primary LanguageTypeScript

Maintainability Test Coverage CircleCI

This Repo is Abandoned

Please see the commit notes for the last commit for more info.

TypeORM API Base

A base from which to build a full-fledged TypeORM- and Apollo/GraphQL-based API server.

Scripts

This repo uses Docker.

  • script/server builds and starts a new server, including a database container.
  • script/test runs tests in docker container. You can view coverage at /_coverage with your server running.