fileuploader
fileuploader copied to clipboard
This is a simple file uploading system made up using node & express
![]()
FileUploader
A simple File-upload Application made using Node.js and Express .
Local Setup
Install the Dependencies Using npm
npm install
Usage
Starting the server
- Start the application in the dev environment.
npm run dev
- Start the Application in production.
npm start
Configuring Ports
The application runs on PORT 3000 by default.
Feel free to change this port in server.js.
//line 6
const PORT = 3000
Lookup Local app
Local Host URL: http://localhost:3000
Contributing
Pull requests are welcomed.For major changes, please open an issue first to discuss what you would like to change.