Qurl.gq is an open-source URL Shortener written in Node.js 🔗
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
Webserver: Express.js
Database: MongoDB
CSS Library: PicoCSS