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_URL
contains MongoDB connection URL -
Install dependencies
npm install
-
Start the server
npx next dev
-
Open
http://localhost:3000
with your browser to see the result