It is a Database Management Project where user can create and share Blogs
DBMS : MySql
Backend : Node.js and Express.js framework
Frontend : HTML, CSS, js, Handlebars (template)
控制器文件夹——数据库配置
模型文件夹——表创建
公共——CSS、图像
路由器——路由
视图——所有车把文件(前端)
材料--用于ppt(描述项目UI、ER图)
按照步骤安装项目
Clone the project in your pc by using the command :
git 克隆 https://github.com/deepeekachudasama027/Blog-In.git
删除package.json文件和package lock json文件
Run the command given below to install node-modules needed
npm 我表达express-session 表达-handlebars cors dotenv hbs mysql2 路径sweetalert2 nodemon
then to get package.json file in your project run:
npm 初始化
in package.json file add the command given below in "scripts" key
“开始”:“nodemon server.js”
server.js is the main js file to run the project
installation completed
To run the project, run the command :
节点监控启动
in browser search for
本地主机:3000
You can change the port in configure.env file