ZipLink is a feature-rich URL shortener and link management tool.
- Public and Private Short Links
- QR Codes
- Analytics
- Edit Links
- Duplicate Links
- Edit Profile
- Link Expiry (coming soon)
home.webm
- email: [email protected]
- password: test12345
Clone the project
git clone https://github.com/AFZL210/ZipLink
Go to the project directory
cd ZipLink
Copy the contents of .env.example
to .env
and add your credentials
cp .env.example .env
Install dependencies
npm install
Start the dev server
npm run dev
NOTE: In ZipLink/src/middleware.ts
, use process.env.COOKIE_NAME
for deployment and process.env.DEV_COOKIE_NAME
for development
docker build -t ziplink .
docker run -p 3000:3000 ziplink