These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Prerequisites
Maven (Optional) SQL Workbench (or equivalent) IDEA configured with : - Maven - Spring JDK 1.8 (min) Your favorite internet browser
cd ./yourWorkspace/
git cone https://github.com/louiiuol/AddressesBook.git
cd AddressesBook
mvn update
mvn spring-boot:run
cd AddressesBook/AddressBook-Front/
open index.html (depending on your favorite way to open html files)
Please check the How to Git file for detailed git commands
This project is licensed under the MIT License - see the LICENSE.md file for details
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.