Skip to content

URL shortening is a technique on the World Wide Web in which a Uniform Resource Locator (URL) may be made substantially shorter and still direct to the required page.

Notifications You must be signed in to change notification settings

devhasibulislam/lisonet-template

Repository files navigation

Full Video on YouTube CodeCraftMERN

Link Shortener Network lisonet

Short link with middle tier encryption. It is a technique on the World Wide Web in which a Uniform Resource Locator (URL) may be made substantially shorter and still direct to the required page.

lisonet

lisonet-overview

API Endpoints

Create new meta slug

  GET /api/insertData
Parameter Type Description
none null Nothing.

Get all slugs

  GET /api/getAllData
Parameter Type Description
none null Nothing.

Get redirected slug

  GET /api/${slug}
Parameter Type Description
slug string Required. Slug of item to fetch

Tech Stack

  • Framework: Next.JS
  • Styling: Tailwind CSS
  • Icons: Hero JSX Icons
  • Database: MongoDB
  • Linting: ESLint
  • Formatter: Prettier

Technologies

Package Name Package Version
Axios ^1.5.0
Cheerio ^1.0.0-rc.12
MongoDB ^6.1.0

Clone repository

git clone https://github.com/devhasibulislam/lisonet-template.git
cd lisonet-template
yarn

Setup .env.local

DB_URI="YOUR_MONGODB_ATLAS_URI"

Deployment

Author

Hasibul Islam • devhasibulislam

devhasibulislam

About

URL shortening is a technique on the World Wide Web in which a Uniform Resource Locator (URL) may be made substantially shorter and still direct to the required page.

Topics

Resources

Stars

Watchers

Forks