/sanic-app

Primary LanguagePython

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.