Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 328 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 328 Bytes

Typescript Interview Test

  1. Install postgres & nodejs
  2. Create the test database using the ./createdb.sh script
  3. Install the npm_modules for this project running npm install
  4. Run npm run test to get the program running (modify the user and password if needed)
  5. Examine the typescript code under server.ts