Restful API for hosting WeAreOnTheTag lazAR tag games
Python 3.4+ is required
- Install Server Dependencies To install the server dependencies run the following command: pip install -r requirements.txt
- Add the Server Certificate Place the server's certificate in the certs folder (PEM format) with the following name: cert.pem Place the server's key in the certs folder (PEM format) with the following name: key.pem
To run the server run the following command: python3 lazors.py