A upvote system where you can create, upvote and downvote your cryptos
- Go lang
- MongoDB
- gRPC
First you need to have docker
- Guides to install docker engine here
Once you get all done you have to clone the repo
git clone git@github.com:limarodrigoo/KleverProject.git
cd VoteSystemProject
make buildNow that you are inside the project repo directory you need to start your mongoDB and vote system with docker
docker-compose up -d --build