shahsank3t / url-shortener-ms

URL Shortener Microservice using Node.js and MongoDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

URL Shortener Microservice using Node.js and MongoDB


Languages

Language:HTML 50.6%Language:JavaScript 49.4%