Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 687 Bytes

README.md

File metadata and controls

38 lines (29 loc) · 687 Bytes

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