mirror of
https://github.com/BradNut/weddingsite
synced 2025-09-08 17:40:36 +00:00
18 lines
446 B
Markdown
18 lines
446 B
Markdown
|
|
# 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
|
||
|
|
### Backend
|
||
|
|
- NextJS APIs
|
||
|
|
- Mongoose DB for MongoDB
|
||
|
|
- Used to store RSVPs and default login
|