Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 329 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 329 Bytes

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.