Simple link shortener written in Node.js
Install all required dependencies
npm install
Run the server!
node .
Database functions are used for make database adaptations easy.
- You can use any database.
- You can edit the database functions as you want.