Skip to content

Latest commit

 

History

History
64 lines (46 loc) · 3.24 KB

README.md

File metadata and controls

64 lines (46 loc) · 3.24 KB

Giftvine Demo (Software Engineering CST438)

Team Members

  1. Ignacio Gramajo
  2. Ryan Trinh
  3. Lucas Kotowski
  4. Andrew Liddle

App Description

This is a web based wishlist application using modern web frameworks. This will require the development of a Representational state transfer (REST) Application Programming Interface (API), a constant integration, constant development (CICD) pipeline, and a persistence (Database) layer. The website will be deployed to a Platform as a Service (PaaS) such as Heroku or Google App Engine.

This app utilizes Springboot/Docker, Bootstrap, ClearDB (SQL) on Heroku.

Resources

Entity Relationship Diagram(s)

image

Site Map (Files)

  1. index.html (landing page)
  2. login.html (login page)
  3. register.html (register page)

User Auth Pages (Must be logged in to see)

  1. profile.html (User Profile/View Lists)
  2. account.html (modify user account username and password)
  3. add-item.html (add a gift)
  4. list-page.html (view list)

Site Map (Minimum Pages)

Landing page

Create account page

Login page

Profile Page

Edit User Profile page

List page

Edit item page