https://docs.npmjs.com/getting-started/installing-node
https://www.npmjs.com/package/typescript
create database StreamData
run yarn initdb
POSTGREURL="postgresql://[yourUserName]:[yourPassword]@localhost:5432/StreamData
this can also be done by creating a .env
file in the root of this project see .env
for a reference
run tsc
you can adjust transpiling settings in tsconfig.json
run yarn start
run yarn start