aidenybai / nodejs-fileserver

A simple NodeJS server for uploading and serving your files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node.js file server

To deploy the server for free:

  1. Sign up for https://railway.app using your github email
  2. Deploy from Repo
  3. Done!

To deploy locally:

  1. Install NodeJS, NPM/Yarn if you don't have it already
  2. Install the packages using npm install or yarn install
  3. Run the code using node index.js

To upload files:

  1. Visit /upload
  2. Upload!

To view uploaded files:

  1. Visit /filename.ext

About

A simple NodeJS server for uploading and serving your files


Languages

Language:JavaScript 100.0%