Skip to content

MadMax2506-SmartHome/smart-home-backend

Repository files navigation

Smart Home Backend

References

Setup

git clone https://github.com/MadMax2506/smart-home-backend.git smart-home-backend
cd smart-home-backend
pip install -r requirements.txt
uvicorn main:app --reload

Deployment

bash .scriptbox/build-docker.sh
cd .docker
docker-compose up

IMPORTANT: If you want to run the image on a raspberry pi you need to build it on a raspberry pi.