Skip to content

A QuickLink made with the help of Node.js and MongoDB as Database.

Notifications You must be signed in to change notification settings

Yeabtsega1/QuickLink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuickLink

A QuickLink made with the help of Node.js and MongoDB as Database.

Demo

Features

  • Shorten Your URLs Easily
  • Add Custom Alias

Run Locally

Clone the project

  git clone https://github.com/Yeabtsega1/QuickLink.git

Go to the project directory

  cd QuickLink

Install dependencies

  npm install

Start the server

  node app.js

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

MONGOOSE_URI= <MongoDB Connection String>

BASE_URL= <Your Domain>

Documentation