Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 377 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 377 Bytes

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