Skip to content

karolzlot/microwave

Repository files navigation

How to run

Start redis:

docker run --name redis-microwave1 -p 6379:6379 -d redis

Create a virtual environment and install dependencies (poetry is required):

poetry install

Run the application:

poetry run uvicorn main:app --reload

TODO:

  • Add more and better tests
  • Improve code organization / refactor
  • Add more documentation
  • Add CI/CD
  • Show error messages in frontend if backend sends errors or if the connection is lost

About

demo of FastAPI websocket app with htmx

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors