Skip to content

demirdegerli/link-shortener

Repository files navigation

Link Shortener

Simple link shortener written in Node.js

Get started

Install all required dependencies

npm install

Run the server!

node .

Database Configuration

Database functions are used for make database adaptations easy.

  • You can use any database.
  • You can edit the database functions as you want.