CSC207-2022F-UofT / course-project-bill-gates

A bill recording software developed by team "Bill Gates."
9 stars 4 forks source link

[Feature 8] Cloud Storage #25

Closed ScottCTD closed 1 year ago

ScottCTD commented 1 year ago

Initiations

Design

Implementation Details

Connection Detail

hostname=bill-gates-database.mysql.database.azure.com
username=scott
password=Billgates@
ssl-mode=require

Database Name: bill

Lei-Tin commented 1 year ago

We can work on the cloud servers later on, I looked up on some options that we have:

Either 1. Setup your own MySQL server on your own machine (Not so smart, because you'd need to have your machine run 24 * 7 and open connection to all sources)

Or 2. Get some cloud servers like Google Cloud, Microsoft Azure, Amazon Cloud, stuff like that

What I'm seeing the most in cloud recommendation is Google cloud, so maybe we can look into that