Skip to content

Latest commit

 

History

History
77 lines (47 loc) · 1.57 KB

README.md

File metadata and controls

77 lines (47 loc) · 1.57 KB

Phonebook

Phonebook is a full-stack application for storing your contacts details and management of your contacts.

Application Page

viewcontact

ER-Diagram

phonebook er - Page 1

Features

  • Login/signup
  • Add contacts
  • View Contacts
  • User Management
  • Update/Delete Phonebook
  • Pagination

Tech Stack

Client/Frontend:

  • Thymeleaf template Engine
  • Html
  • CSS
  • Bootstrap

Backend: - Springboot

Database: -

  • Mysql

Run Locally

Clone the project

  git clone https://github.com/prayagp8/Phonebook-.git

Go to the project resource

src/main/resources and change the MySQL credentials.

Install dependencies

  maven dependencies

Start the server in your browser

 http://localhost:8888/signin/

Screenshots

dashboards login signup user details

addcontact