A URL shortener that has zero limits for all your needs
- GunRecoil (As of now there is no way to have permanent storage that I know of)
- FREE
- Unlimited url shortening
-
Deploying it
-
Add user auth (to avoid trolls)
-
Add stats for each url (if i go to the route of making it self-host)
Client: React, GunJS, TailwindCSS, DaisyUI
Server: Node, Express, GUNJS Server
Clone the project
git clone https://github.com/hinzwifi/gunRecoil.git
Go to the project directory
cd gunRedirect
Go to the client directory
cd client
Install dependencies
npm install
Start the client dev
npm run dev
Go to the server directory
cd server
Install dependencies
npm install
Start the server
npm start