Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tahrz/simple-game-api

Simple game api, with sql and noSql realizations.
https://github.com/tahrz/simple-game-api

bash docker-compose mongodb-driver nosql openapi php7 postgres sql

Last synced: 8 days ago
JSON representation

Simple game api, with sql and noSql realizations.

Awesome Lists containing this project

README

        

**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/`