This is a simple Node.js application that allows you to upload files and shorten URLs. It uses SQLite for storing shortened URLs and provides a user-friendly interface for managing files and shortened links.
-
File Upload: Upload files to the server for storage.
-
URL Shortening: Shorten long URLs to make them more manageable.
-
Clone the repository
-
Install dependencies using
npm install
. -
Create a
config.json
file with your desired configuration settings. -
Start the server using
npm start
. -
Access the web interface in your browser at
http://localhost:3000
. -
Use the web interface to upload files and shorten URLs.