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)
Dossier du contrôleur -- Configuration de la base de données
Dossier modèle -- Création de tables
Public - Css, images
Routeur -- Itinéraires
vues -- tous les fichiers du guidon (frontend)
Matériel - pour ppt (décrivant l'interface utilisateur du projet, le diagramme ER)
Suivez les étapes pour installer le projet
Clone the project in your pc by using the command :
clone git https://github.com/deepeekachudasama027/Blog-In.git
Supprimer le fichier package.json et le fichier json de verrouillage du package
Run the command given below to install node-modules needed
npm i express express-session express-handlebars cors dotenv hbs mysql2 chemin sweetalert2 nodemon
then to get package.json file in your project run:
initialisation npm
in package.json file add the command given below in "scripts" key
"start": "nodemon serveur.js"
server.js is the main js file to run the project
installation completed
To run the project, run the command :
démarrage du nœudmon
in browser search for
hôte local : 3000
You can change the port in configure.env file