Skip to content

A simple URL shortening app using Deno and KV

License

Notifications You must be signed in to change notification settings

evacuate/shorten

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shorten

shorten is a simple URL shortener written in TypeScript. It uses Deno KV to store shortened URLs

Features

  • Very fast because it runs in Deno
  • Can be operated with your own domain name

Getting Started

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/evacuate/shorten.git
  2. Navigate to the project directory:

    cd shorten

Usage

  1. Start the development server:

    deno task start
  2. Open the browser and navigate to http://localhost:8000

Author

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

A simple URL shortening app using Deno and KV

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published