Paul Claret
Loading…
Personal react project for note taking, privacy and security
React application made to take notes and encrypt them. Storage on server with flask backend and sql database. Application is open soucre on my github paulclrt/ReactNote Deploying into cloud (for fun) with docker, k8s, aws argoCD.
(November 2024 - November 2024)
This is a simple project of mine. I already mastered all the technologies but had never deployed anything to the cloud before. The goal was to dev a simple application (note taking) and deploy it by hand and also using automated and professional tools like terraform/opentofu, K8s, Docker...
There is nothing to say about the app in and of itself. Notes are encrypted using symetric keys based on user defined password. Users authenticates, have a session with jwt (better for cloud environment than sessions). The app has been tested for idor and other common security vulnerabilities.
As I already said, this was just to learn cloud deployement and DevOps methodology.