Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harundogdu/blogify
This project is the MERN Full Stack Blog application that I developed using Node Js, Mongodb, Express Js, Create React App, React Redux Toolkit.
https://github.com/harundogdu/blogify
blog express fullstack-javascript mern mern-project mern-stack mern-stack-development react react-blog
Last synced: 2 months ago
JSON representation
This project is the MERN Full Stack Blog application that I developed using Node Js, Mongodb, Express Js, Create React App, React Redux Toolkit.
- Host: GitHub
- URL: https://github.com/harundogdu/blogify
- Owner: harundogdu
- Created: 2022-02-03T15:39:04.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-07T20:24:25.000Z (over 1 year ago)
- Last Synced: 2024-05-01T18:01:47.898Z (8 months ago)
- Topics: blog, express, fullstack-javascript, mern, mern-project, mern-stack, mern-stack-development, react, react-blog
- Language: JavaScript
- Homepage: https://blogapp-umber.vercel.app/
- Size: 15.5 MB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## MERN Stack Blogify
Bu proje Nodejs, Mongo DB, Express Js, [Create React App](https://github.com/facebook/create-react-app) ,React Redux Toolkit kullanılarak geliştirdiğim MERN Full Stack Blog uygulamasıdır.
## Kurulum
İlk olarak aşağıdaki komutu kopyalanız. Ardından terminal ekranını açarak, projenin kurulmasını istediğiniz bir alana gelerek yapıştırıp çalıştırınız.
```
git clone https://github.com/harundogdu/blogify.git
```
Klonlama işleminin ardından backend işlemleri için terminal ekranına projenin adını yazarak, aşağıda bulunan kodu yapıştırıp çalıştırınız.```
cd blogapp && cd server && npm install
```
Bu işleminin ardından frontend işlemleri için terminal ekranına projenin adını yazarak, aşağıda bulunan kodu yapıştırıp çalıştırınız.```
cd blogapp && cd client && npm install
```
Bu işleminin ardından, server ve client klasörlerinde bulunan `.env.example` dosyasını kendinize göre konfigure ederek, dosyaları `.env` haline getiriniz.## Çalıştırma
Projeyi çalıştırmak için ilgili klasörlere gelip, aşağıdaki komutu yazmanız yeterli olacaktır.
```
npm start
```## Daha fazlası
Daha fazlası ve aklınıza takılan herhangi bir soru için için bana kişisel [web sitem](https://harundogdu.dev/) üzerinden ulaşabilir, "Pull Request" isteklerinde bulunabilirsiniz.