Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wiktorboro/rock-paper-scissors


https://github.com/wiktorboro/rock-paper-scissors

Last synced: about 2 months ago
JSON representation

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/