Skip to content

thrako/phonebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Basic Web Project: Phonebook @SoftUni Fundamentals

Problem

Create a simple Phonebook application. The application should hold contacts, which are the main app entity.
The functionality of the application should support:

  • Listing contacts
  • Add Contact

Requirements

  • Spring framework (Spring MVC + Spring Boot + Spring Data)
  • Thymeleaf view engine

Data Model

The Contact entity holds 2 properties:

  • name – non-empty text
  • number – non-empty text

Notes

Runs under Java 13 on localhost:8080

About

Simple Phonebook App

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages