SI-CAT project
$ cd server
$ npm install
$ export PGHOST=''
$ export PGUSER=''
$ export PGDATABASE=''
$ export PGPASSWORD=''
$ export PGPORT=5432
$ npm start
Run the following command and open http://localhost:8090/ .
$ cd client
$ npm install
$ npm start
$ npm run build