Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 647 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 647 Bytes

simple-friend-book

A simple project made in spring framework and mysql that do the following :

  • can create, login, search a friend, add a friend, remove a friend

Requirements

  • Java 8
  • Maven 3
  • Mysql

Build

  • mvn clean install

Prerequisites

Before running the project, do first the following setup.

  • create a database name test or you can choose your own db, but you have to update the spring.datasource.url
  • add username and password of mysql to application.properties

Run

  • mvn spring-boot:run

Testing

  • run in terminal : mvn test
  • for manual testing, import phonebook.postman_collection.json to postman