sonatipek / blogapp

The blog application I developed to put my node.js and express.js learning into practice.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TR

MVC mimarisini kullanarak Node.js ve Express.js öğrenimimi pratiğe dökmek için geliştirdiğim blog uygulaması. Uygulama içerisinde admin panel, image upload ve HTML Editör gibi özellikler de bulunuyor. Geliştirmeye açıktır ve devam edecektir.

💻 Kullanılan Teknolojiler

  • Bootstrap
  • EJS
  • Express.js
  • Multer
  • MySQL
  • CKEditor

🚀 Bilgisayarınızda Çalıştırın

  1. Geliştirmeye yardım etmek veya kendi bilgisaayarınızda test etmek için kullanmanız için terminale npm i yazıp devam ettikten sonra aşağıdaki adımları uygulayınız:
  2. Projenin kök dizinine .env dosyasını oluşturun
  3. aşağıdaki kısmı kopyala ve "..." yazan kısımları kendi bilgilerinize göre değiştirin
DB_USER="..."
DB_PASSWORD="..."
DB_HOST="..."
DB_NAME=".."
  1. npm start komutu ile projeyi çalıştırabilirsiniz.

EN

A blog application I developed to put my Node.js and Express.js learning into practice using MVC architecture. The application includes features such as admin panel, image upload and HTML Editor.is available. Development is open and will continue.

💻 Tech Stack

  • Bootstrap
  • EJS
  • Express.js
  • Multer
  • MySQL
  • CKEditor

🚀 Run on Your Computer

  1. To use it to help with development or to test it on your own computer, type npm i in the terminal and follow the steps below:
  2. Create the .env file in the root directory of the project
  3. copy the following part and change the parts that say "..." according to your own information
DB_USER="..."
DB_PASSWORD="..."
DB_HOST="..."
DB_NAME="..."
  1. You can run the project with the npm start command.

About

The blog application I developed to put my node.js and express.js learning into practice.


Languages

Language:EJS 52.9%Language:JavaScript 47.1%