Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.