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 :
โคลนคอมไพล์ https://github.com/deepeekachudasama027/Blog-In.git
ลบไฟล์ package.json และไฟล์ json ล็อคแพ็คเกจ
Run the command given below to install node-modules needed
npm ฉันแสดง express-session express-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
"start": "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