weddingsite/README.md

28 lines
678 B
Markdown
Raw Normal View History

2021-06-04 00:58:40 +00:00
# Wedding Website
## This is a skeleton template of the wedding website I created
2021-06-04 01:08:56 +00:00
2021-06-04 00:58:40 +00:00
## 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
2021-06-04 01:08:56 +00:00
2021-06-04 00:58:40 +00:00
Overall a typical NextJS Application
2021-06-04 01:08:56 +00:00
2021-06-04 00:58:40 +00:00
### Frontend
2021-06-04 01:08:56 +00:00
2021-06-04 00:58:40 +00:00
- ReactJS
- Styled Components
2021-06-04 01:08:56 +00:00
- Images
- Loaded using either the default NextJS image with custom blur animation
- Or loading using Cloudinary on NextJS image and custom blur
2021-06-04 00:58:40 +00:00
### Backend
2021-06-04 01:08:56 +00:00
2021-06-04 00:58:40 +00:00
- NextJS APIs
2021-06-04 01:08:56 +00:00
- Next Iron Session for Login
- Server side rendering of base pages checking to see if user is logged in
2021-06-04 00:58:40 +00:00
- Mongoose DB for MongoDB
- Used to store RSVPs and default login