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, 이미지
라우터 - 경로
views - 모든 핸들바 파일(프런트엔드)
자료 - 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
"시작": "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