aws s3 ls static-webcalc-2run server
uvicorn main:app --reload test:
curl -X POST \
-H "Content-Type: application/json" \
-d '{"content": "2+5=7"}' \
http://localhost:10000/api/savecurl -X GET \
http://localhost:10000/api/{short_url_id}curl -X GET \
http://localhost:10000/api/healthThis command will overwrite reqs.txt with a list of all installed packages and their versions
pip freeze > reqs.txtdocker-compose builddocker buildx build -t webcalc .docker run -d webcalcdocker psdocker imagespush to DockerHub
docker tag webcalc mytherapycoding/webcalc:1
docker login
docker push mytherapycoding/webcalc:1