Skip to content

Latest commit

 

History

History

url_shortener

url_shortener

Shorten URLs into simple redirect codes.

Stack used: Svelte-Kit, TailwindCSS, PostgreSQL

setup

  • Install the required packages using the package manager of your choice (npm, yarn, pnpm, etc...)
yarn
  • build the project and run it
yarn build
node server.js
  • (or) run directly
yarn dev