Skip to content

🚧 URL shortening and redirection

Notifications You must be signed in to change notification settings

oicr-softeng/diminution

Repository files navigation

Diminution

URL shortening and routing

Beta

Introduction

Allows creation, storage and management for short URL,

Development

Technology

  • Node.js 15+
  • Express
  • SQLite
  • Docker
  • NginX

Build & Run

Install dependencies, then build.

yarn i
yarn build

This will compile the source code, and place the output in the dist/ directory.

To run after it is built:

yarn start