/journal-graphql-frameworks

Typescript scaffold for web frameworks

Primary LanguageTypeScriptMIT LicenseMIT

scaffoldjs

CircleCI codecov License: MIT Greenkeeper badge

Just a bunch of stack that runs with GraphQL and Typescript

Getting Started

You can directly start hacking out this project in just 5 easy commands.

$ npm install
$ npx lerna bootstrap
$ npm run pg-setup

# ohh... I forgot you need docker, pull the latest postgres image and run it

$ npx lerna run lint
$ npx lerna run test

Running the PostgreSQL instance

Install the latest stable docker version on ubuntu.

Assuming you figured the installation out, next is to run the postgres container.

$ docker image pull postgres:latest
$ docker run --name postgres-scaffoldjs -e POSTGRES_PASSWORD=ZceIdtdqt4wvjmQQvWdO -p 5432:5432 -d postgres

API Frameworks

  • Express
  • Koa
  • Nest
  • Micro
  • Serverless
  • Meteor

Dedicated ORMs

  • Typeorm
  • Sequelize