Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 708 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 708 Bytes

capstone-server

basic server for the capstone project

GO api to connect to the steam api

You need Go, Docker, and docker-compose

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=

some links

https://golang.org/
https://www.docker.com/
https://docs.docker.com/compose/install/