PicSure API is our project's backend. It is the endpoint that both the cameras and image viewers talk to.
Written in Python using Flask.
- Make sure Docker and Docker Compose are installed on your system.
After setup, you can simply run docker-compose up -d
to start the services and docker-compose down
to stop.