Skip to content

PraiseX/a3-persistence

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assignment 3 - Persistence: Two-tier Web Application with Database, Express server, and CSS template

Movie Watchlist

your glitch (or alternative server) link e.g. https://a3-praisex.glitch.me/

  • this website loads a simple movie watchlist that allows for you to log and keep track of movies
  • challenges I faced were trying to understand how the server and the client interact, as well as how to implement cookies. I don't know if I just didn't put forward enough effort, but I couldn't get either to work
  • The authentication strategy I tried to use was checking if the entered username and password matched with a username and password in the database, I chose this method because it seemed the easiest
  • I tried to use the bootstrap framwork because it was the easiest to implement and is used by plenty of companies. I did not include any modifications to the framwork
  • middleware packages used:
  • body-parser
  • cookie-session
  • custom middleware that is supposed to always sends unauthenicaetd users to the login page

Technical Achievements

  • Tech Achievement 1: I got a 100% on all lighthouse scores
  • Screenshot (175)

About

Assignment #3 for Webware 2021 @ WPI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.5%
  • HTML 24.5%