Live Site URL: Live Preview
- Coded a basic Node.js application for uploading photos.
- Used UI template from TemplateMO.
- Created NOSql backend with MongoDB.
- Created pages by using EJS.
git clone https://github.com/MhmtMutlu/nodejs-photo-upload.git
// 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,
});
npm install
npm start
- Design UI Template