Skip to content

rodrigo398/typescript-graphql-boilerplate

Repository files navigation

My Typescript Graphql Boilerplate

In this project, we are gonna be using these tech:

  1. TypeORM
  2. GraphQL Yoga

Steps to start a docker postgres:
$ docker run -d -p 5432:5432 --name postgres -e POSTGRES_PASSWORD=adminadmin postgres

Steps to run this project:

  1. Run yarn i command
  2. Setup database settings inside ormconfig.json file
  3. Run yarn start command

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published