This project still in active development
Server side uses Go and Gorrilla
There are two client side applications you can choose, either Reactjs or Nodejs with express
$ make build
$ ./rumpi
https://github.com/musobarlab/rumpi/tree/master/client/node-client
$ cd client/node-client
$ npm install
$ npm start
Or with specific PORT
$ PORT=3000 npm start
Visit http://localhost:3000
https://github.com/musobarlab/rumpi/tree/master/client/react-client
replace this config with your own config https://github.com/musobarlab/rumpi/blob/master/client/react-client/src/index.js#L9
$ cd client/react-client
$ npm install
$ npm start