Skip to content

jstutorials/nodejs_image_upload_and_store_mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodejs image upload example

This nodejs app use to upload and store image into mysql database, stroing image into folder using MIME stream and image path into database table.

Create db and table

Create 'test' name database into mysql.

Run user.sql file to create user table into 'test' database.

Configure nodejs application

Copy all files of this git repo into 'c:/project_folder' and run below command

c:/project_folder> npm install

Run node js application server

c:/project_folder> node app.js

Test nodejs application

open http://project_name:8080 on browser.

About

This nodejs app use to upload and store image into mysql database table.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published