Welcome to the repository for the server component of BYOR-VotingApp!
You can find more information about the BYOR-VotingApp in the web-app Github repository.
- install Docker
- open the terminal
- clone the project
git clone https://github.com/thoughtworks/byor-voting-server.git
- move into the project folder
cd byor-voting-server
- startup web app, server, and a local MongoDB
docker-compose up
- access the API on http://localhost:3000
Please refer to CONTRIBUTING.md for more options on running the server locally and connect to a MongoDB database.
Please refer to BYOR-VotingApp [infrastructure] Github repository for installing the application on Kubernetes.
Please refer to CONTRIBUTING.md for all the information about how to contribute.