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 (описание пользовательского интерфейса проекта, диаграммы ER)
Следуйте инструкциям по установке проекта.
Clone the project in your pc by using the command :
git-клон https://github.com/deepeekachudasama027/Blog-In.git
Удалите файл package.json и файл json блокировки пакета.
Run the command given below to install node-modules needed
npm i express экспресс-сессия express-handlebars cors dotenv hbs путь mysql2 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
"start": "nodemon server.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