Capstone project for CS graduation. A basic social media platform with messaging and achievements. Contributors: Jared Bondo, Bradley Naccarato, Pedro Turcios, Allison Thigpen, Basil Buslon, and myself
You will need to supply your own appSecrets.json file for this to work. Insert your own values in the template below and save it as appSecrets.json in the root directory:
{
"ConnectionStrings": {
"GoogleClientId": "",
"GoogleClientSecret": "",
"TwitterConsumerKey": "",
"TwitterConsumerSecret": "",
"FacebookAppId": "",
"FacebookAppSecret": ""
}
}