Skip to content

ursaciuc-adrian/FiiPrezent

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • CSS 86.9%
  • C# 12.6%
  • JavaScript 0.5%