Skip to content

CoderPopCat/url-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL Shortener

A simple yet powerful URL shortener built with Express, EJS, and MongoDB.

Host Yourself:

  1. Clone the repository:

    git clone https://github.com/CoderPopCat/url-shortener
    cd url-shortener
  2. Install packages:

    npm install
  3. Create a .env file in the root directory with the following content:

    MONGODB_URI=your_mongodb_uri
    AUTH_KEY=staff_auth_key
    
  4. Start the server:

    node .
  5. Open your browser and go to http://localhost:8029 to access the URL shortener.

About

A simple URL shortener made using express, ejs and mongoose for storage.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published