Skip to content

Building Responsive design and full functional MERN Bloggin Website with CRUD Admin Panel to manage posts and day to day tasks

Notifications You must be signed in to change notification settings

CodeMonitor-lab/Simple-Blog-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Creating Vlog Application

{ "name": "server", "version": "1.0.0", "main": "server.js", "scripts": { "test": "echo "Error: no test specified" && exit 1", "nodemon": "nodemon server.js" }, "author": "dev_nitsh", "license": "ISC", "description": "this is using a testing purpose application for data encryption using it.", "devDependencies": { "nodemon": "^3.1.9" }, "dependencies": { "bcryptjs": "^2.4.3", "body-parser": "^1.20.3", "colors-cli": "^1.0.33", "cors": "^2.8.5", "dotenv": "^16.4.7", "express": "^4.21.2", "jsonwebtoken": "^9.0.2", "mongoose": "^8.9.2", "zod": "^3.24.1" } }

/** @type {import('next').NextConfig} */ const nextConfig = {}; export default nextConfig;

Releases

No releases published

Packages

No packages published