Skip to content

Kallyan01/fileuploader

Repository files navigation

MasterHead

Stars Badge Forks Badge Pull Requests Badge Issues Badge GitHub contributors License Badge

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 License