Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 314 Bytes

File metadata and controls

13 lines (10 loc) · 314 Bytes

Backend

Backend server for Ricochet game

How to download

  1. git clone https://github.com/22Titanium/Backend.git
  2. pip install "fastapi[all]"

How to run

In the repository, do as follows:
./server.sh

If you want to run in the background, do as follows:
nohup ./server.sh -> {log-file-path} &