941 B
941 B
FYP (Final Year Project - 2024-2025)
In this file i will include things related to my final year project.
- The idea:
A web platform for users to take notes with an ai assistant
- Migrating to cloud databse.
I was originally intending to use AWS RDS with an e2c instance, but realised that the learning curve was too great, and that i needed a simpler solution. On the <2024-12-09 Mon> I decided to try this: exporting the current vm i had running and run in on oracle cloud. The results for this:
The UML for this project: uml_fyp @startuml Alice -> Bob: Authentication Request Bob –> Alice: Authentication Response
Alice -> Bob: Another authentication Request Alice <– Bob: Another authentication Response @enduml