Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wiktorboro/rock-paper-scissors
https://github.com/wiktorboro/rock-paper-scissors
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wiktorboro/rock-paper-scissors
- Owner: WiktorBoro
- Created: 2022-07-04T13:52:45.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-07T13:36:17.000Z (over 2 years ago)
- Last Synced: 2023-03-05T08:33:26.310Z (almost 2 years 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
![img_1.png](img_1.png)
## You can get acquainted with API functions (Swagger)
`http://rock-paper-scissors2.herokuapp.com/swagger/`![img.png](img.png)
# 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/