Skip to content

Web Application implemented using ASP.NET MVC Core, ASP.NET Identity Core, Entity Framework Core and Angular created as a learning project with the goal of implementing a Web App.

Notifications You must be signed in to change notification settings

nuno-tiago-reis/asp-net-core-angular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 

Repository files navigation

Kindly

Kindly is a web-application using ASP.NET Core Web API, Entity Framework Core and Angular 6 created as a learning project following Neil Cummings' Udemy course as a base line.

Prerequisites

To deploy this application it is assumed that the following files exists:

  • secrets.json

This file can be accessed from Visual Studio > Project > Manage Secrets. It is located in a folder following this pattern: "C:\Users\{user}\AppData\Roaming\Microsoft\UserSecrets\{guid}\secrets.json"

It should follow this template:

secrets.json

{
  "AppSettings":
  {
    "EncryptionKey": "{encryption-key}",
    "Cloudinary":
    {
      "Cloud": "{cloudinary-cloud-name}",
      "ApiKey": "{cloudinary-api-key}",
      "ApiSecret": "{cloudinary-api-secret}"
    },
    "Facebook":
    {
      "ApiKey": "{facebook-app-key}",
      "ApiSecret": "{facebook-app-secret}"
    },
    "Google":
    {
      "ApiKey": "{google-app-key}",
      "ApiSecret": "{google-app-secret}"
    },
    
    "Twitter":
    {
      "ApiKey": "{twitter-app-key}",
      "ApiSecret": "{twitter-app-secret}"
    },
    "Microsoft":
    {
      "ApiKey": "{microsoft-app-key}",
      "ApiSecret": "{microsoft-app-secret}"
    },
    "Twilio":
    {
      "ID": "{twilio-id}",
      "Key": "{twilio-key}",
      "FromNumber": "{twilio-from-number}"
    },
    "SendGrid":
    {
      "Key": "{send-grid-key}"
    }
  },
  "ConnectionStrings":
  {
    "DefaultConnection": "{connection-string}"
  }
}

About

Web Application implemented using ASP.NET MVC Core, ASP.NET Identity Core, Entity Framework Core and Angular created as a learning project with the goal of implementing a Web App.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published