dlamb22 / mernblog

This is a fully functional blog that was built using the MERN stack.

Home Page:https://webdevandchill.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MERN Blog

This is a fully functional blog that was built using the MERN stack.

The useReducer React Hook is used for state management.

Key Features

Create, Read, Update, Delete blog articles, upload a blog image and search for articles based on the article tags.

Installation

Using npm:

git clone https://github.com/dlamb22/mernblog.git
cd mernblog/server
npm install
cd ../client
npm install

Usage

Once it has finished installing all of the packages you need to create a .env file inside of the server/config directory:

.env

NODE_ENV=development
PORT=5000
MONGO_DB=mongoDB_connection_string

Now, run this command in the server directory:

npm run dev

License

MIT

About

This is a fully functional blog that was built using the MERN stack.

https://webdevandchill.com


Languages

Language:JavaScript 94.4%Language:CSS 3.1%Language:HTML 2.5%