Skip to content

Latest commit

 

History

History
288 lines (236 loc) · 19.4 KB

File metadata and controls

288 lines (236 loc) · 19.4 KB

TODO

Rename DB password to password_hash

Check npx npm-check-updates - https://github.com/raineorshine/npm-check-updates

Authentication

Authentication session

Back and front

Back

Redis

Front

UI tests

[ ] GitHub action to run UI tests on push

UI tests with Cypress

[ ] GitHub action to run Cypress tests on push - Important: see https://youtu.be/sIhm4YOMK6Q?t=2246 for how to do it - repo: https://github.com/midudev/pokedex-for-ci/blob/main/.github/workflows/pipeline.yml

UI tests with Playwright

https://playwright.dev

Deploy AWS

Resources:

CloudFront HTTP headers

EC2

RDS

Host React app at S3/CloudFront

Resources

Docker

Terraform

CloudFormation

GitHub actions

Test your web service and its DB in your workflow by simply adding some docker-compose to your workflow file. From https://github.com/features/actions

Resources

EKS

ArgoCD

Various

Read PDF 'JWT Handbook' from Auth0