Skip to content

swit3k/sensors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sensors Project

Prerequisites

In order to run the application you need to have following sofware/packages installed in your system:

  • Docker & docker-compose
  • JDK 11

Running the database

Before running the application you have to run the database:

cd ./docker
docker-compose up -d

Above command will bootstrap MongoDB instance & Mongo Express (administration panel)

Running the application

In the project's root directory run"

./mvnw spring-boot:run

Running tests

./mvnw clean test

Accessing MongoDB administration panel

Open http://localhost:8081/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages