This App is a Subdomain Generator with IP addresses if available for any given domain name
To launch this project:
- You need to have Visual Studio to run backend
DomainAppApi
.net core app - Also required NodeJS to run React app
subdomain-client-app
- Backend can be run after successfull build using Visual Studio by opening
DomainAppApi.sln
- Client app can be run using
npm install && npm start
from subdomain-client-app directory