This project was made for the Fii Practic training.
https://fiiprezent.azurewebsites.net/
Add the following environment variables to your project:
Facebook authentication
AUTHENTICATION--FACEBOOK--APPID
AUTHENTICATION--FACEBOOK--APPSECRET
Connection string
CONNECTIONSTRINGS--DEFAULTCONNECTIONSTRING
or you can add a secrets.json file to your project
{
"Authentication": {
"Facebook": {
"AppId": "...",
"AppSecret": "..."
}
},
"ConnectionStrings": {
"DefaultConnectionString": "..."
}
}
- Facebook authentication
- Real time updates
- Continuous delivery
- Easy conversion between ViewModel and Entity
- Unit testing
- Nice design
TODO