Today I got a "hello world" version of my website live.
The website has nothing to show for it, but this is an important milestone because it means most of the infrastructure and important decisions regarding the frontend have been made.
Notes regarding the website:
- SSL/HTTPS support
- Made with Gatsby
- Using AWS's CloudFront CDN
- Continuous Delivery/Continuous Integration pipeline
Made a few key decisions regarding user auth:
- I will offer email/password login using SRP
- I will offer social login with Apple, Google, and Facebook
- I will not offer phone login
- I will offer optional MFA with Authenticator App and SMS.
Master Plan
Daily Progress