Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 420 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 420 Bytes

SpringBoot Project

after cloning this repository,

in m3project folder

./mvnw spring-boot:run

in m3project-ReactJS folder

npm i
npm start

SQL database

access the database using the h2-console by visiting the /h2-console path here.

Key Value
Driver Class org.h2.Driver
JDBC URL jdbc:h2:mem:m3db
User Name sa
Password password