An open source url shorner that works like the popular url shorteners available on the web. This api takes a long URL and converts it into a short URL with a URLId attached to it. It also keeps track of the number of times a generated short url have been clicked.
git clone https://github.com/adisamicheal/url-shortener-api
npm install
npm start
yarn install
yarn start
Create a .env
file to store environment variables
APP_MONGODB_URL
APP_PORT
API_URL