Awesome Project Build with TypeORM Steps to run this project: Run npm i command Setup database settings inside ormconfig.json file Run npm start command Using psql CLI to query the database: psql witter_api SELECT * FROM public.user; Run tests npm test