Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 1.1 KB

README.md

File metadata and controls

24 lines (13 loc) · 1.1 KB

Tickets-R-US, Handlebars cs340_website

Code is based on https://github.com/osu-cs340-ecampus/nodejs-starter-app changes to how app presents data and how app updates data were made. All HTML and CSS is orginal work.

This was a collaborative project for CS 340 at OSU to demonstrate Create, Read, Update, Delete for a website interacting with an SQL database, including dynamic searches and updates.

Index

Ticket, demonstration of adding a new ticket to the database. If a ticket is deleted, it deletes all related messages

Ticket messages demonstrate the addition of a message and searching for a specific ticket ID

This shows the addition of a user and the ability to edit the user.

This demonstrates the remainder of the page functions