Skip to content

juliusgutierrez/simple-friend-book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A friend book REST API project made in spring and mysql

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages