https://github.com/wiktorboro/rock-paper-scissors
https://github.com/wiktorboro/rock-paper-scissors
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/wiktorboro/rock-paper-scissors
- Owner: WiktorBoro
- Created: 2022-07-04T13:52:45.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-07T13:36:17.000Z (almost 4 years ago)
- Last Synced: 2025-01-24T06:42:35.825Z (over 1 year ago)
- Language: Python
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rock Paper Scissors game with API online presentation
## Go to
`http://rock-paper-scissors2.herokuapp.com/`
The docker container was used for deployment on herok

## You can get acquainted with API functions (Swagger)
`http://rock-paper-scissors2.herokuapp.com/swagger/`

# Rock Paper Scissors game with API desktop
## Clone repo
`git clone https://github.com/WiktorBoro/rock-paper-scissors.git`
## Install lib
`pip install -r requirements.txt`
## Run app.py
`python app.py`
Main page localhost:5000/
You can get acquainted with API functions (Swagger) on your localhost:5000/swagger/