Simple node server for storing uploaded images on disk using multer
Create database named image_map in your local mysql server
Go to index.js file and update <MYSQL USERNAME> with your local mysql username and <MYSQL PASSWORD> with local mysql password.
Go to the project directory
cd image-map-backendInstall Dependencies
npm iStart the application
node index.jsYour server will be running on
http://localhost:5000/