- Secure links using passwords
- QR Code generation
- localStorage history for anon users
- user-agent based analytics using MongoDB's time series collection
- Link tags
- Click count
This project uses MongoDB as the database. The easiest way to install it is using docker. Enter the following command on your terminal if you already have docker installed. This will install and run the latest version of mongodb.
$docker run --name ky -dit -p 27017:27017 --rm mongo
git clone
this repo andcd
into it and then:npm install
npm run dev -- --open
- VITE_MONGODB_URI=mongodb://localhost:27017
- VITE_NODE_ENV=development