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