Skip to content

CoreAidan/giflib-hibernate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

18a0f4a · Feb 28, 2018

History

19 Commits
Feb 20, 2018
Feb 20, 2018
Feb 20, 2018
Feb 20, 2018
Feb 20, 2018
Feb 20, 2018
Feb 20, 2018
Feb 20, 2018
Feb 20, 2018
Feb 28, 2018
Feb 20, 2018
Feb 20, 2018
Feb 20, 2018
Feb 20, 2018
Feb 20, 2018

Repository files navigation

gif.lib

This application is used in the Spring with Hibernate Treehouse course. The app was originally built in the Spring Basics course, and its functionality is extended in the following ways:

  • Adds persisted data, using an H2 database
  • Manages data with Hibernate

What this app does:

  • Serves dynamic web content according to URI, including index and detail pages for categories and GIFs
  • Includes database connectivity, where GIF data is stored
  • Allows a user to perform CRUD (create, read, update, delete) operations on GIF and category data
  • Performs server-side form validation for adding/updating GIFs and categories
  • Uses a database
  • Serves static assets, such as images, fonts, CSS, and JS
  • Implements user authentication

About

Initial Commit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published