mtamerb / easy-lab

Sprin Boot Lab apps --> Spring Boot - Spring MVC - MySQL - Spring JPA - Hibernate - Maven - Boostrap - Thymeleaf - AWS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Installation and Running

~ Coming Soon : Login && Registration

live demo :

Requirements:

Tech:

  • Maven v.3.8.6
  • Java 8
  • Mysql v.8.30

For Database:

  • Create "labdb" schema in MySQL
  • Change default value with your mysql username and password in the application properties file
    • path : easy-lab/src/main/resources/application.properties
    • default : username = root password = mysql

Installation

1-Clone this repo

git clone https://github.com/mtamerb/easy-lab.git

2-Then navigate to the path where the easylab project is located in the Terminal

cd easy-lab

3-Create Jar file for the project

mvn package

4-Then go easy-lab target folder

cd target

Running

5-Run Jar project file

java -jar easylab-0.0.1-SNAPSHOT.jar

Go to localhost:8080 in the browser.

Snapshot

About

Sprin Boot Lab apps --> Spring Boot - Spring MVC - MySQL - Spring JPA - Hibernate - Maven - Boostrap - Thymeleaf - AWS


Languages

Language:HTML 58.9%Language:Java 41.1%