Skip to content

suleman1220/image-map-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Maps Backend

Simple node server for storing uploaded images on disk using multer

Run the Server

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-backend

Install Dependencies

  npm i

Start the application

  node index.js

Your server will be running on http://localhost:5000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors