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
- Java 8
- Maven 3
- Mysql
- mvn clean install
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
- mvn spring-boot:run
- run in terminal : mvn test
- for manual testing, import phonebook.postman_collection.json to postman