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)
Carpeta del controlador: configuración de la base de datos
Carpeta de modelo - Creación de tablas
Público - CSS, imágenes
Enrutador - Rutas
vistas: todos los archivos del manillar (frontend)
Material: para ppt (que describe la interfaz de usuario del proyecto, diagrama ER)
Siga los pasos para instalar el proyecto.
Clone the project in your pc by using the command :
clon de git https://github.com/deepeekachudasama027/Blog-In.git
Eliminar el archivo package.json y el archivo json de bloqueo del paquete
Run the command given below to install node-modules needed
npm i express express-session express-handlebars cors dotenv hbs mysql2 ruta sweetalert2 nodemon
then to get package.json file in your project run:
inicio npm
in package.json file add the command given below in "scripts" key
"inicio": "servidor nodemon.js"
server.js is the main js file to run the project
installation completed
To run the project, run the command :
inicio de nodemon
in browser search for
servidor local: 3000
You can change the port in configure.env file