louiiuol / AddressesBook

An application to manage your Addresses by importing a CSV File and posting an Address with a form
0 stars 1 forks source link
bulma csv jpa-hibernate management maven spring sql webapp

Addresses Book Awesome

AddressesBook

An application to manage your Addresses by:

Import a CSV File

Posting an Address with a form

Manage stored addresses

More features coming soon ...

Built With

Getting Started

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

Installing

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)

Versioning (How To Git)

Please check the How to Git file for detailed git commands

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.