/sanic-sqlite

Sanic Sqlite

Primary LanguagePython

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