Skip to content

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

Notifications You must be signed in to change notification settings

mtamerb/easy-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published