Skip to content

22Titanium/Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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} &