A simple File-upload Application made using Node.js and Express .
Install the Dependencies Using npm
npm install- Start the application in the dev environment.
npm run dev
- Start the Application in production.
npm start
The application runs on PORT 3000 by default.
Feel free to change this port in server.js.
//line 6
const PORT = 3000Local Host URL: http://localhost:3000
Pull requests are welcomed.For major changes, please open an issue first to discuss what you would like to change.