Skip to content

akhalikov/adstats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status codecov Codacy Badge

AdStats assignment

Simple AdTech web service that tracks the ads that are being delivered through their lifecycle and generates some simple statistics.

Requirements:

  • Maven
  • Java 8

Build and run

The easiest way to build the application is to run the command:

$ mvn spring-boot:run

The application runs on port 9090 so if you go to https://localhost:9090/actuator/health you should see {"status":"UP"} message.

Docker

Docker image can be created with the following command:

$ docker build -t adstats .

Then you can run the application in docker container:

$ docker run -p 5000:9090 adstats

API Description

About

Demo web app that tracks ads and generate statistics

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published