Skip to content

Latest commit

 

History

History

api

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

PicSure API

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.

Setup

  1. Make sure Docker and Docker Compose are installed on your system.

Start for Development

After setup, you can simply run docker-compose up -d to start the services and docker-compose down to stop.