Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 709 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 709 Bytes

NextShare

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.

Features

  • File Upload: Upload files to the server for storage.

  • URL Shortening: Shorten long URLs to make them more manageable.

Setup and Usage

  1. Clone the repository

  2. Install dependencies using npm install.

  3. Create a config.json file with your desired configuration settings.

  4. Start the server using npm start.

  5. Access the web interface in your browser at http://localhost:3000.

  6. Use the web interface to upload files and shorten URLs.