basic server for the capstone project
Run with : docker-compose up -d api mongodb
Stop with: docker-compose down
To see the logs : docker-compose logs
Export this environment variables in order to connect with the steam api (won't work if you have steamGuard)
steamApiId=
steamAccount=
steamPassword=
https://golang.org/
https://www.docker.com/
https://docs.docker.com/compose/install/