Skip to content

ernestns/fastapi-htmx-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fastapi-htmx-template

setup requirements

setup and run server

just install
just run

deploy to render.com

  1. Create a new repository using this repository as the template
  2. Regenerate a requirements.txt (you can the recipe: just pip-compile)
  3. Create a new web service on Render.com
    • Target your new repository
    • Set build command: pip install -r requirements.txt
    • Set start command: uvicorn app.main:app --host 0.0.0.0 --port $PORT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors