Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kanchan78 authored Mar 8, 2024
1 parent ae91c8e commit 31d5b69
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ This is a simple CRUD application which helps you to manage your address book.

AddressBook is a Web Development project for practice purposes. It's a little maven webapp where you can easily create, search, update and delete contacts.

#### Unique features :
* Multiple records can be added through CSV file. [sample upload file](https://docs.google.com/spreadsheets/d/1iFew9bbMiBQdCDlhH689cOFc6vWG5z-IrtaZyyGamWU/edit?usp=sharing)
* Sort the records by any column.
* Search record.

It has been made with:
* Java, using Java Servlets as controllers, JavaBeans as model and JavaServer Pages as view (MVC pattern)
* MySQL
Expand All @@ -23,6 +28,7 @@ It has been made with:
* Maven
* JDK 1.8
* Tomcat 8
* Mysql

### Deployment with Maven

Expand Down

0 comments on commit 31d5b69

Please sign in to comment.