Skip to content

smart-brew/backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

200 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backend

Startup

docker compose up --build --detach

Deploy

Handled using Github Actions (more info: /.github/workflows/update.yml)

After push on main, automatically connect to Raspberry Pi via SSH and execute following script:

cd /home/pi/backend
git pull
docker-compose build
docker-compose up --detach

Development

Please USE yarn, instead of npm

Start with hot-reload:

yarn dev