AdonisGM / short-link

The project created with the purpose of creating short URLs for individuals and everyone in the team.

Home Page:https://s.nmtung.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Short Link Project

Introduction

GitHub repo size GitHub package.json version (subfolder of monorepo)

Build and deploy server Build and deploy front-end

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.

Features

  • 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

Plans

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

Installation

Server

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/

About

The project created with the purpose of creating short URLs for individuals and everyone in the team.

https://s.nmtung.dev

License:MIT License


Languages

Language:JavaScript 92.9%Language:CSS 4.0%Language:HTML 3.1%