Skip to content

This project helps users to search for availability of domains. If a domain has already been taken, it provides users with list of available domains. WHOIS service was used in this project

Notifications You must be signed in to change notification settings

udofia2/hostClient

Repository files navigation

Domain Availability Search

Helps users search for the availablity of a domain. If the domain is taken, it provides users with list of available domains

Pre-Requisites

  • MongoDB

How to Install and run the application

  • Clone the application
  • Run npm install
  • Run cp sample.env .env to create the default variables and kindly fill them
  • Run npm run dev to start development server
  • Head over to your browser and enter localhost:<port>/api/domain to display the home page.
  • where <port> is the port number you specified in the .env variable setup

Technologies Used

  • NodeJS / Express
  • Mongo Database
  • Templating Engine / PUGJS

Author

About

This project helps users to search for availability of domains. If a domain has already been taken, it provides users with list of available domains. WHOIS service was used in this project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published