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)
Pasta controlador - Configuração do banco de dados
Pasta modelo – Criação de tabelas
Público - CSS, imagens
Roteador - Rotas
visualizações – todos os arquivos do guidão (frontend)
Material - para ppt (descrevendo a UI do projeto, diagrama ER)
Siga as etapas para instalar o projeto
Clone the project in your pc by using the command :
clone do git https://github.com/deepeekachudasama027/Blog-In.git
Exclua o arquivo package.json e o arquivo json de bloqueio de pacote
Run the command given below to install node-modules needed
npm i express sessão expressa express-handlebars cors dotenv hbs caminho mysql2 sweetalert2 nodemon
then to get package.json file in your project run:
inicialização npm
in package.json file add the command given below in "scripts" key
"iniciar": "nodemon server.js"
server.js is the main js file to run the project
installation completed
To run the project, run the command :
início do nodemon
in browser search for
host local:3000
You can change the port in configure.env file