Learn how to run Clickvote locally
clickvote
folder on your computer.
clickvote
folder and run the following command:
mongodb://localhost:27017/clickvote
and Redis at redis://localhost:6379
.
./start_services.sh
).
Also this command will install all libraries for you.
frontend
and backend
services. You can access frontend
at http://localhost:4200
, backend is running at http://localhost:3000
.
websockets
and consumers
services for you. Websockets
are running at http://localhost:3001
.
http://localhost:4400
. There you will be able to see how React components look like and even interact with them! (make sure websockets
are running.)
To authenticate with websockets
server, copy paste public key
and id
from a vote setup page (see here how to create a new vote.)