Skip to content

MhmtMutlu/nodejs-photo-upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💻 Node.js Photo Upload

Live Site URL: Live Preview

🚧 Photos may not appear in live because of free deployment!

  • Coded a basic Node.js application for uploading photos.
  • Used UI template from TemplateMO.
  • Created NOSql backend with MongoDB.
  • Created pages by using EJS.

📌 Installation

Clone

git clone https://github.com/MhmtMutlu/nodejs-photo-upload.git

Change connection URL

// Create a database on MongoDB and change connection URL in app.js
// For example

mongoose.connect('mongodb://localhost/photo-upload-db', {
 useNewUrlParser: true,
 useUnifiedTopology: true,
});

Install

npm install

Start

npm start

🧰 Technologies

📌 Todos

  • Design UI Template

About

Node.js photo upload app with using Express and MongoDB.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published