tom8825 / url_shortener_service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cloned from a Traversy Media tutorial, for use in a future project

URL Shortener Service

API to create short urls using Node, Express and MongoDB

Quick Start

# Install dependencies
npm install

# Edit the default.json file with your mongoURI and baseUrl
# Use production.json in production env

# Run
npm start

Endpoint to create short url

POST api/url/shorten

{ "longUrl": "xxxx" }

About


Languages

Language:JavaScript 100.0%