mirror of
https://github.com/BradNut/weddingsite
synced 2025-09-08 17:40:36 +00:00
Readme update.
This commit is contained in:
parent
e8dad766f5
commit
a32c394dd9
1 changed files with 11 additions and 1 deletions
12
README.md
12
README.md
|
|
@ -1,17 +1,27 @@
|
||||||
# Wedding Website
|
# Wedding Website
|
||||||
|
|
||||||
## This is a skeleton template of the wedding website I created
|
## This is a skeleton template of the wedding website I created
|
||||||
|
|
||||||
## Names, Dates, Locations are all hardcoded to a value
|
## 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.
|
The site implements a basic auth to protect access without knowing the password to the site.
|
||||||
|
|
||||||
## Tech
|
## Tech
|
||||||
|
|
||||||
Overall a typical NextJS Application
|
Overall a typical NextJS Application
|
||||||
|
|
||||||
### Frontend
|
### Frontend
|
||||||
|
|
||||||
- ReactJS
|
- ReactJS
|
||||||
- Styled Components
|
- 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
|
### Backend
|
||||||
|
|
||||||
- NextJS APIs
|
- 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
|
- Mongoose DB for MongoDB
|
||||||
- Used to store RSVPs and default login
|
- Used to store RSVPs and default login
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue