In this project, we are gonna be using these tech:
- TypeORM
- 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:
- Run
yarn i
command - Setup database settings inside
ormconfig.json
file - Run
yarn start
command