Shorten URL is a website that allows users to transform long URLs into shorter, more shareable links.!
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
- URL Shortening
- Customizable Links
- Stored Database
-
Clone repository
https://github.com/gillyhuga/short-link-app.git -
Go to the project directory
cd short-link-app -
Create environment variables
cp .env.example .env.local -
Set up the environment variables to your .env file
DATABASE_URLcontains MongoDB connection URL -
Install dependencies
npm install -
Start the server
npx next dev -
Open
http://localhost:3000with your browser to see the result
