Skip to content

This is a simple file uploading system made up using node & express

License

Notifications You must be signed in to change notification settings

swapnanil99/fileuploader

 
 

Repository files navigation

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.

License

MIT

About

This is a simple file uploading system made up using node & express

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.1%
  • CSS 24.5%
  • HTML 18.4%