Skip to content

Latest commit

 

History

History
61 lines (45 loc) · 1.31 KB

README.md

File metadata and controls

61 lines (45 loc) · 1.31 KB

Fii Prezent

This project was made for the Fii Practic training.

Demo

https://fiiprezent.azurewebsites.net/

Instalation

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": "..."
  }
}

Features

  • Facebook authentication
  • Real time updates
  • Continuous delivery
  • Easy conversion between ViewModel and Entity
  • Unit testing
  • Nice design

Libs

Front End

Back End

Screenshots

TODO