Skip to content

gery/meetingbooker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meeting Booker

Example Java Spring Boot project.

  • Embedded H2 Database Engine (in memory)
  • Client and server side validations
  • WEB Graphical User Interface

Screenshot from 2023-09-11 12-27-16

Colors:

  • Green: free
  • Gray: reserved by others (Just hover the mouse on the cells and you can see who reserved it)
  • Purple: actual selected time interval

Requirements:

  • Java 18
  • Maven

Build and Run on localhost: Just run ./buildAndRun.sh

Enter in your browser: http://localhost:8080/

Database admin: http://localhost:8080/h2-console

spring.datasource.username=sa

spring.datasource.password=

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors