Just a small and simple/asynchronous avatar server written using the quart web server
Setup instructions:
- Step 1: Clone the repository.
git clone https://github.com/NekosuServer/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