DavidJoshuaK

DavidJoshuaK

Geek Repo

0

following

0

stars

Github PK Tool:Github PK Tool

DavidJoshuaK's repositories

HotelReservationSchema

I created a relational database meant to represent a hotel reservation system. This database uses bridge tables and one-to-many relationships to keep track of rooms, floors, occupancy, amenities, contact information for guests, reservation dates, room rates, discounts, etc.

SuperheroSightingsSpringMVC

This full stack application allows users to record sightings of superheroes and villains with time and date, as well as organizations and powers. It includes an ERD and SQL script. The program makes use of a JdbcTemplate based DAO and Spring security, including BCrypt to securely store users’ passwords.

Language:JavaStargazers:1Issues:2Issues:0

DvdLibrarySpringMVC

This was an assignment to create a database implementation for an existing DAO interface and integrating it into an existing application. It includes a database for the web application and for unit tests and spring configuartion files.

Language:JavaStargazers:0Issues:1Issues:0

Flooring

Using Java and the Spring MVC framework, this is a business application for a flooring company enabled users to add, delete, and edit clients and orders. A feature of this program was to persist the orders to multiple files organized by date and allow updates for products and state taxes.

Language:JavaStargazers:0Issues:1Issues:0

VendingMachineConsole

This is a console application version of the vending machine using Java. It also includes Spring and tests as well as a Logging aspect that records a timestamp when an exception is thrown.

Language:JavaStargazers:0Issues:1Issues:0

VendingMachineSpringMVC

This is a virtual vending machine web application with an in-memory Dao that uses JSPs, JSTL, EL and Spring MVC.

Language:JavaStargazers:0Issues:1Issues:0

VendingMachineWeb

This is a browser-based version of the virtual vending machine which uses REST API, jQuery and JavaScript.

Language:JavaScriptStargazers:0Issues:1Issues:0