Files
full-stack-fastapi-template/{{cookiecutter.project_slug}}/backend/app/backend-live.sh
Sebastián Ramírez 7f8bfc8faa 🎉 First commit, from couchbase generator, basic changes
not tested / updated yet
2019-02-09 19:42:36 +04:00

3 lines
75 B
Bash

#! /usr/bin/env bash
uvicorn app.main:app --host 0.0.0.0 --port 80 --debug