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)
Controller-Ordner – Datenbankkonfiguration
Modellordner – Tabellenerstellung
Öffentlich – CSS, Bilder
Router – Routen
Ansichten – alle Lenkerdateien (Frontend)
Material – für ppt (Beschreibung der Projekt-Benutzeroberfläche, ER-Diagramm)
Befolgen Sie die Schritte zur Installation des Projekts
Clone the project in your pc by using the command :
Git-Klon https://github.com/deepeekachudasama027/Blog-In.git
Löschen Sie die Datei „package.json“ und die JSON-Datei „Package Lock“.
Run the command given below to install node-modules needed
npm i express express-session express-lenker cors dotenv hbs mysql2 path sweetalert2 nodemon
then to get package.json file in your project run:
npm init
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 :
Nodemon-Start
in browser search for
localhost:3000
You can change the port in configure.env file