Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0niel/ezcheats-apps-backend
Backend service for private cheats on ezcheats.ru (.com)
https://github.com/0niel/ezcheats-apps-backend
ezcheats flasgger flask mongodb
Last synced: 28 days ago
JSON representation
Backend service for private cheats on ezcheats.ru (.com)
- Host: GitHub
- URL: https://github.com/0niel/ezcheats-apps-backend
- Owner: 0niel
- Created: 2021-04-11T18:46:44.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-23T09:30:31.000Z (over 2 years ago)
- Last Synced: 2024-10-26T22:54:07.591Z (3 months ago)
- Topics: ezcheats, flasgger, flask, mongodb
- Language: Python
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ezcheats-apps-backend
## Requirements:
* Docker# How to run service:
1. Clone or download this repo.
2. Download and build all docker images
`docker-compose build`
3. Start docker containers
`docker-compose up -d`App running on http://0.0.0.0:5000/
You can find api documentation on `http://localhost:5000/api/docs/`