Skip to content

Latest commit

 

History

History
27 lines (25 loc) · 535 Bytes

File metadata and controls

27 lines (25 loc) · 535 Bytes

FastAPI RCP

Simple game "rock scissors paper" based on websockets.

It's use native JavaScript on client, python FastAPI framework with uvicorn as server and bootstrap for beauty.

Quick start

  1. Firstly, clone this repository
  1. Enter to "backend" dir
cd backend
  1. Install requirements:
pip install -r requirements.txt
  1. Run server by command:
py main.py
  1. Go to http://127.0.0.1:8000/ and enter room number (any digits, ex. 123)