Web Site Tanıtım Vieosu Bu proje, React.js, Express.js ve PostgreSQL kullanılarak geliştirilmiş tam işlevsel bir blog web sitesidir. Kullanıcılar, içerik oluşturabilir, kategorilere göre filtreleyebilir ve blog gönderilerini yönetebilir.
- React.js (Frontend)
- Express.js (Backend - RESTful API)
- PostgreSQL (Veritabanı)
- Node.js
- Sequelize (ORM)
📦 Blog-Website
┣ 📁 backend # Sunucu tarafı - Express.js API
┣ 📁 frontend # İstemci tarafı - React.js
┣ 📄 README.md
┣ 📄 kullanılacak teknolojiler.pdf
┗ 📄 how to start code.txt-
Depoyu klonlayın:
git clone https://github.com/Ahmet-Sunaa/Blog-Website-React.js-Express.js-PostgreSQL.git
-
Postgre Databasede SQL Terminali açın: database.txt dosyasındaki kodlar ile veritabanını oluşturun.
-
Backend kurulumu:
cd backend npm install npm start -
Frontend kurulumu:
cd ../frontend npm install npm start
Detaylar için
how to start code.txtdosyasına bakabilirsiniz.
Katkılarınızı memnuniyetle karşılıyoruz. Fork'layın, geliştirin ve pull request gönderin. Her katkı değerlidir!
Bu proje MIT Lisansı ile lisanslanmıştır.
This is a full-featured blog website built with React.js, Express.js, and PostgreSQL. Users can create posts, filter by categories, and manage content easily.
- React.js (Frontend)
- Express.js (Backend - RESTful API)
- PostgreSQL (Database)
- Node.js
- Sequelize (ORM)
📦 Blog-Website
┣ 📁 backend # Server side - Express.js API
┣ 📁 frontend # Client side - React.js
┣ 📄 README.md
┣ 📄 kullanılacak teknolojiler.pdf
┗ 📄 how to start code.txt-
Clone the repository:
git clone https://github.com/Ahmet-Sunaa/Blog-Website-React.js-Express.js-PostgreSQL.git
-
Open the SQL Terminal in PostgreSQL: Use the code in the file database.txt to create the database.
-
Install backend dependencies:
cd backend npm install npm start -
Install frontend dependencies:
cd ../frontend npm install npm start
For more details, check the
how to start code.txtfile.
We welcome all contributions! Fork the project, improve it, and send a pull request. Every bit helps.
This project is licensed under the MIT License.




