Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 424 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 424 Bytes

PUJAKwebAlgs

repository for HITs team web project (module 6)

To lanch project you needs: .env file with data : " weightsName=s50100e10w biasesName=s50100e10b jwtSecret=[any] CONNECTION_PORT=[port] "

build native modules and install dependencies with command "npm i" compile TypeScript with "cd public", "npx tsc -w"

Than you can run server with "npm run demon"