mirror of
https://github.com/kevin-DL/full-stack-fastapi-postgresql.git
synced 2026-01-12 10:15:12 +00:00
3 lines
75 B
Bash
3 lines
75 B
Bash
#! /usr/bin/env bash
|
|
uvicorn app.main:app --host 0.0.0.0 --port 80 --debug
|