Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Latest commit

 

History

History
8 lines (7 loc) · 431 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 431 Bytes

Avatar Server

Just a small and simple/asynchronous avatar server written using the quart web server

Interested in using this Avatar Server??? 😳

Setup instructions:

  • Step 1: Clone the repository. git clone https://github.com/Airiuwu/AvatarServer
  • Step 2: Install the dependencies. python3.9 -m pip install -r requirements.txt
  • Step 3: Run the server. hypercorn main.py -b HOST:PORT example: 127.0.0.1:5000