andrewkress / domain-info

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Domain Info

Install Instructions

  1. git clone https://github.com/andrewkress/domain-info.git
  2. cd domain-info\domain-info.angular
  3. npm install
  4. ng serve
  5. Open domain-info\domain-info.sln in Visual Studio
  6. Right Click on domain-info.api -> Manage User Secrets
  7. Enter your API keys in the following format
{
  "whoisxmlapi": "whoisxmlapikey",
  "ipstack": "ipstackapikey",
  "virustotal": "virustotalapikey"
}
  1. Start the API using Kestrel
  2. Browse to http://localhost:4200
  3. Use the Angular frontend or the Swagger UI test page

About


Languages

Language:C# 80.8%Language:TypeScript 13.6%Language:HTML 3.1%Language:JavaScript 2.2%Language:SCSS 0.4%