Hey!! excited CodXCrypters 😍I know that you must have scene various image uploaders on various sites on Internet
- Just clone the project by clicking the Green button " Clone / Download "
- Open the project in V.S Code
NOTE :
1 . For this this project firstly ,you need to have the latest version of Node.Js installed .
You can refer this link 👉 Here 👈
2 . Secondly , you need to have the latest version of npm(node package manager of Node.Js) installed .
You can refer this link 👉 Here 👈
-
After installing these 2 , now you can easily install the other packages
# First, install the general node modules by doing " npm install " # Secondly, install "express" module using " npm install express " # Third, install "multer" module using " npm install multer " ## We can also install these packages in one go " npm install express multer" # Fourth, install Nodemon , it will help you keep your server up and running " npm install nodemon "
-
After all these you can just go to " localhost:3001/upload " to see your project up and running.
Note : This project is further more to be developed , so feel free to create issues and send PR's if you want to suggest something interesting 🙌