Skip to content

This is a full stack application I developed using Spring Boot for backend and Angular for front-end. The application implements a JWT authentication for security.

Notifications You must be signed in to change notification settings

Java-SpringBoot/meeting-scheduler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

meeting-scheduler

This is a full stack application I developed using Spring Boot for backend and Angular for front-end. The application implements a JWT authentication for security and a relational database (in my case, I used mysql) for database.

Here's basically how the application works. You go to the register page and create an account. You can then go to the login page to enter the credentials you just registered with.

You can create a new meeting, invite other registered users to a meeting, accept or reject a meeting invitation, see a list of past and future meetings. You can also click on a meeting to see the stats for a meeting like no. of attendees, no. of accepts, no. of rejects, etc.

The app has a fairly responsive design and is by no means, ugly.

About

This is a full stack application I developed using Spring Boot for backend and Angular for front-end. The application implements a JWT authentication for security.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 44.4%
  • TypeScript 43.7%
  • HTML 9.6%
  • JavaScript 1.8%
  • CSS 0.5%