Skip to content

alexandrehassan/SYSC-4806-Labs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SYSC-4806-Labs

Java CI

Description

Simple Java Spring Boot application created for SYSC-4806-Labs. Available on Heroku.

Features

  • Allows users to create, and add Buddies and AddressBook entries.
  • Buddies can't be added until an address book entry is created.
  • All the Buddies and AddressBook entries are stored in an H2 database.
  • All the Buddies and AddressBook entries are shown on the home page.
  • Application has only one single page.
  • Form sending and displaying is done with AJAX and Thymeleaf.
  • Application has CI/CD pipeline using GitHub Actions.

Considerations

  • The data stored is wiped out every time the application times out.
    • This would need to be fixed if the application was to be used in a production environment.
    • Since the application is only used for labs, this is not a concern.
  • There are no delete, update, or search functionality.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published