TheRedstoneRadiant / Qurl.gq

πŸ”— An open-source URL Shortener written in Node.js

Home Page:https://qurlgq.redstoneradiant.repl.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What's this?

Qurl.gq is an open-source URL Shortener written in Node.js πŸ”—

  • Displays a graphical map of all visitors
  • Optional timestamp and IP address logging (/shortUrl/info)
  • Allows for the usage of custom Short URLs (Use your brand name!)

Screenshots

Homepage Info Page Map

Development

Clone the repo

git clone https://github.com/TheRedstoneRadiant/Qurl.gq
cd Qurl.gq

Copy .env.example and replace MongoDB URI

cp .env.example .env
nano .env

Install dependencies

npm install

Start development server

npm run dev

Tech Stack

Webserver: Express.js

Database: MongoDB

CSS Library: PicoCSS

About

πŸ”— An open-source URL Shortener written in Node.js

https://qurlgq.redstoneradiant.repl.co

License:GNU General Public License v3.0


Languages

Language:JavaScript 55.5%Language:EJS 38.0%Language:CSS 6.4%