/url-shortener-ms

URL Shortener Microservice using Node.js and MongoDB

Primary LanguageHTML

url-shortener-microservice

Node API service to shorten the url entered by the user.

To install npm packages run the following command:

`npm install`

To run the application, run the following command:

`node server.js`

This will start your application on port 8080. Hit the URL: http://localhost:8080 in your web browser.