Blankeos / sanic-sqlite

Sanic Sqlite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install requirements

  • Python 3.12.2
  • Git

Getting Started

  1. Clone
git clone https://github.com/Blankeos/sanic-sqlite.git
  1. Create a virtual environment
python -m .venv venv
  1. Install requirements
pip install -r requirements.txt
  1. Run the app
# For running in production.
sanic main --host=0.0.0.0

# If you're developing
sanic main --host=0.0.0.0 --reload

About

Sanic Sqlite


Languages

Language:Python 100.0%