Skip to content

A demo application for requesting and collecting pictures from clients

Notifications You must be signed in to change notification settings

unideb-tesla/tesla-camera-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TESLA Camera Web Application

A demo application for requesting and collecting pictures from clients. With this web application, you can create hash chain configurations, select an active one, manage connected devices, and view images captured by the registered devices.

To compile and run the project, read the documentation below:

Requirements

  • Apache Maven 3
  • Java 8
  • A locally running MongoDB

Compile

mvn clean package

Run the application

To run the web application, you simply use the following command:

mvn spring-boot:run

After starting the application, you can access it at http://localhost:8080/ .