A sample SpringBoot webApp managing countries data.
- Clone the repository:
git clone https://github.com/Anasss/analytics.git
- Install dependencies:
cd analytics
mvn install
- Running the app:
mvn spring-boot:run
- Create a server that returns an html page with an empty table, having 3 colmns (see table below)
- Add a form (or anything else) that alows the user to add an entry into the table
- Save the entries on the server in a database (SQL, mysql, postgress, csv, Excel, txt, xml…)
- Optional: create one or two charts to visualise the entered data
- Java 8
- SpringBoot
- Lombock
- Maven
- ThymeLeaf
- Bootstrap
- H2 DB