Project is a simple short link project. It's a simple web application that allows you to create a short link and redirect to the original link.
- Create a short link
- Create QR code for the link
- Share the link with your friends
- Customize the short link
- Protect the link with password
We have 3 types of plans: Basic, Vip and Premium.
Don't worry, all accounts are upgraded for free. Please contact me for an upgrade.
Basic | Vip | Premium | |
---|---|---|---|
Price | Free | $2 / Month | $6 / Month |
Short URL | 10 | 100 | Unlimited |
Custom URL | 1 | 10 | Unlimited |
Password | 1 | 50 | Unlimited |
QR Code | 50 | Unlimited |
Prepare evironment for server.
cd ./server-api
npm intall
npm start
After that, see in terminal:
> server-api@1.0.0 dev
> nodemon ./src/index.js
[nodemon] 2.0.19
[nodemon] to restart at any time, enter `rs`
[nodemon] watching path(s): *.*
[nodemon] watching extensions: js,mjs,json
[nodemon] starting `node ./src/index.js`
-= server started =-
-= listening on port 3000 =-
Ok, server is running and you can access it by http://localhost:3000/