API to create short urls using Node, Express and MongoDB
# Install dependencies
npm install
# Edit the default.json file with your mongoURI and baseUrl
# Use production.json in production env
# Run
npm start
{ "longUrl": "xxxx" }
It's an Rest API service that can take Long URL from the user and in return sends them a sort URL that serves purpose
JavaScript
API to create short urls using Node, Express and MongoDB
# Install dependencies
npm install
# Edit the default.json file with your mongoURI and baseUrl
# Use production.json in production env
# Run
npm start
{ "longUrl": "xxxx" }