This repo is about creating a single-image-upload-app using node.js,express,multer,mongodb and ejs.All the images that you have uploaded will be displayed in uploaded images section you can either download or delete it.
Client: Ejs
Server: Node, Express, Multer
Database: Mongodb
To run this project, you will need to add the following environment variables to your .env file
MONGODBURL
Clone the project
git clone https://github.com/B-chandru/multerimageupload.git
Go to the project directory
cd multerimageupload
Install dependencies
npm install
Start the server
npm run start
Start the server in development
npm run dev