Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.27 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.27 KB

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

Link: https://a3-edward-dang.onrender.com

Acheivements

Guest List

Goal of the application

To have a list of guest for a big event, The user would be able to see who was invited and by who. Then they can see if a user has checked into the event or not.

When you add a guest it will check the current user that is logged in and show that that user added that guest. Only that person can edit and delete thier guest. If you log in as another user you will not be able to edit or delete another person's gues.

Challenges

A major challenge when building this application was getting the session and cookies to work and when a user adds a name the list it would get the user in session and refrences that the user was added by them.

CSS Framework

The CSS framework I used was tailwind because I thought it was the most simplistic and friendly view

Authentication

For authentication I checked the username and password from the database to see if its valid. If the username exist, but wrong password it sends the wrong

Technical Achievements

  • Tech Achievement 1: I used Render to host my web application

Notes

I emailed asking for an extension and it was approved