Skip to content

nmuzychuk/phone-book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phone Book

Java CI with Maven Codacy Badge Codacy Badge

Overview

A simple telephone directory built with Servlet API, JSP and JDBC

Run

./mvnw jetty:run

Docker

docker build -t phone-book .
docker run -p 8080:8080 phone-book

Test

Run JUnit tests

./mvnw test

License

This project is released under the MIT License