Skip to content

Boilerplate for developing backend using Express, Typescript and Graphql

Notifications You must be signed in to change notification settings

codenut/express-ts-graphql-boilerplate

Repository files navigation

Prerequisites

  1. Docker

Description

This repository is a starter kit for backend development using the following stack:

  1. ExpressJS
  2. GraphQL
  3. TypeORM

Commands

To install node dependences:

yarn

To start the docker server:

make server.start

To generate the migrations

make database.migrate

To apply the pending mirations

make database.upgrade

About

Boilerplate for developing backend using Express, Typescript and Graphql

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published