An open API service indexing awesome lists of open source software.

https://github.com/sidd4848/web-api-upload-image-form-data

API to upload form-data like text and .jpg file multer packages is used
https://github.com/sidd4848/web-api-upload-image-form-data

form-data multer nodejs

Last synced: 8 months ago
JSON representation

API to upload form-data like text and .jpg file multer packages is used

Awesome Lists containing this project

README

          

# Web-Api-upload-image-form-data
API to upload form-data like text and .jpg file
> This is an api demo for giving general idea or how to implement the form-data fields like image and text field to the server with custom filename
# installation requirements
- open git bash here where the server.js file is
- Install npm
- Install Multer
- Install express
# running
- run through npm start or npm run dev if you have installed already

# check through Postman