Steps to run this project:
- Install dependencies using command
yarn install - Setup database settings inside
ormconfig.jsonfile - Start redis server using command
sudo service redis-server start - Change to postgres user using command
sudo -i -u postgres - Start postgresql using command
sudo service postgresql start - Generate types for all schemas using command
yarn gen-schema-types - Start server on localhost:4000 using command
yarn start - Run tests using command
yarn test