Skip to content

🔥 Web application built to streamline the scheduling and arrangement of team meetings

Notifications You must be signed in to change notification settings

egorsivenko/meeting-planner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meeting Planner

Brief Project Description

Web-service created for employees of companies and organizations, allowing them to easily team up and distribute roles between each other, arrange team meetings and invite co-members to them. Each employee receives a personal meeting invitation, which they can either accept or reject. If the invitation is rejected, it is necessary to suggest another, more suitable date and time. Depending on the number of positive invitation responses, the meeting may be canceled or postponed.


The technologies behind it:

  • Java, Spring Boot (Web, Data JDBC, Security)
  • Docker
  • JSON Web Token
  • Thymeleaf
  • PostgreSQL
  • Flyway
  • Lombok
  • OkHttp

How to run it?

The entire application can be run with a single command on a terminal:

$ docker compose up -d

If you want to stop it, use the following command:

$ docker compose down