Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tahrz/simple-game-api
- Owner: tahrz
- Created: 2019-04-29T15:12:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-29T15:31:21.000Z (over 5 years ago)
- Last Synced: 2024-10-31T02:42:19.403Z (about 2 months ago)
- Topics: bash, docker-compose, mongodb-driver, nosql, openapi, php7, postgres, sql
- Language: PHP
- Homepage:
- Size: 2.2 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/`