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