Simple game api (REST like style)
Requirements:
- docker-compose installed
How to build?
- run
build.sh
You can switch between two modes SQL\noSQL
Just change in src/config
from true to false
const SQL_MODE = true;
API docs
visit http://localhost:90/api/