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 clone https://github.com/deepeekachudasama027/Blog-In.git
package.jsonファイルとパッケージロックjsonファイルを削除します。
Run the command given below to install node-modules needed
npm i、express、express-session、express-handlebars、cors dotenv、hbs、mysql2、path、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
"開始": "ノードサーバー.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