Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 290 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 290 Bytes

Awesome Project Build with TypeORM

Steps to run this project:

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

Using psql CLI to query the database:

  1. psql witter_api
  2. SELECT * FROM public.user;

Run tests

npm test