Skip to content

pre-alpha-final/lastseen-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LastSeen

Simplifies tracking the shows you watch.

Screens

Demo environment

For testing purposes log in here:
https://lastseen.azurewebsites.net
with these credentials:
User: demo@example.com
Password: demo

Development

Settings needed for development, mirrored in secrets.json

{  
  "ConnectionStrings":{
    "UsersDbContext":"",
    "LastSeenWebDb":""
  },
  "SendGridApiKey":"",
  "ClientSecret":"",
  "Authority":"",
  "Domain":"",
  "IdentityJwk":""
}

License

MIT