SuperBluestar / url-shortster

express, shortster, moving world

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

url-shortster

express, shortster, moving world

routes

  • GET: /api/<shortcode>: if shortcode is existing, redirect to original url

  • GET: /api/<shortcode>/stats: if shortcode is existing, return the detail of that

  • POST: /api/url/register: register new shortcode with original url

frontend build

cd client
cp .env.example .env
pnpm install
pnpm build

run

pnpm install
pnpm start

About

express, shortster, moving world

License:MIT License


Languages

Language:JavaScript 85.3%Language:TypeScript 12.5%Language:HTML 2.0%Language:Shell 0.1%Language:CSS 0.1%