Helps users search for the availablity of a domain. If the domain is taken, it provides users with list of available domains
- MongoDB
- 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
- NodeJS / Express
- Mongo Database
- Templating Engine / PUGJS