Skip to content

abhisheksharma-ab/phone-directory-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web application "Phone book"

Web service for storing contacts info.

User can register in the system and create/edit/delete storing records, view them with the possibility of filtering by name/second name/phone number.

To deploy app You need Java JDK 8, Maven

If You want to use local RDBMS You also need PostgreSQL

Running phonebook locally

	git clone https://github.com/SergiyDyrda/Phone-Book
	cd Phone-Book
	./mvnw spring-boot:run
	

heroku app https://phone-directory-project.herokuapp.com/