Server for the Ephtimate app, using Node.js, Redux and Socket.io.
Ephtimate is a small web application that will hopefully make your task estimation a little easier by allowing any member to give their estimation using any kind of device, be it a mobile, a laptop, or a tablet.
You will need to have Node.js installed. If you don't already, find out how here.
Once that is done, clone this repository, head to its folder and run npm install
, followed by npm start
.
Last but not least, the server by itself won't do much without the Ephtimate client, so go get that too!