Install
This page explain the technical aspects of the project
Last updated
This page explain the technical aspects of the project
Last updated
This application is written with the go language using iris framework and stores its data in a mongo database. So in order to run it locally, you will need to install go and mongoDB. If you want to run the application inside a container, this application provides a dockerfile, so that you will be able to build and run the image by yourself.
MongoDB should run on your machine and a workspace of Golang should be defined.
Golang
Iris Golang
MongoDB
Docker (optional)
Go
Iris
Iris
Use cases using Iris
MongoDb
Use of
Go to your workspace repo and clone the repository
cd voting
Install all dependencies using go get
or dep init
run go run app.go
To run the application easily, you can use the docker-compose file with docker-compose up
PS: This is only for test purpose, customize your file for deployment