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: about 2 months 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-23T09:30:31.000Z (almost 4 years ago)
- Last Synced: 2025-02-15T10:30:21.808Z (over 1 year 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/`