adrian2x / sanic-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sanic-app

A basic server starter using Sanic.

Read the docs

Getting Started

This project uses Python 3.11

Run the following to setup your project environment:

python -m venv venv
source ./venv/bin/activate
pip install -r requirements.txt

Run python main.py to start the server.

About


Languages

Language:Python 100.0%