Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 981 Bytes

README.md

File metadata and controls

44 lines (32 loc) · 981 Bytes

What's this?

Qurl.gq is an open-source URL Shortener written in Node.js 🔗

Screenshots

Screen Shot 2022-10-06 at 1 00 44 PM Screen Shot 2022-10-06 at 1 01 15 PM

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