From a32c394dd97440e790d9ad2b3641b824d9e947a8 Mon Sep 17 00:00:00 2001 From: Bradley Shellnut Date: Thu, 3 Jun 2021 18:08:56 -0700 Subject: [PATCH] Readme update. --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a24236..4af1969 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,27 @@ # Wedding Website ## This is a skeleton template of the wedding website I created + ## Names, Dates, Locations are all hardcoded to a value The site implements a basic auth to protect access without knowing the password to the site. ## Tech + Overall a typical NextJS Application + ### Frontend + - ReactJS - Styled Components -- Next Iron Session for Login +- Images + - Loaded using either the default NextJS image with custom blur animation + - Or loading using Cloudinary on NextJS image and custom blur + ### Backend + - NextJS APIs +- Next Iron Session for Login + - Server side rendering of base pages checking to see if user is logged in - Mongoose DB for MongoDB - Used to store RSVPs and default login