nikunjdk / mern-blog

This is a blog application made using MERN Stack

Home Page:https://mern-blogged.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BLOGGED

This is a blog application made using MERN Stack.

Features

  1. Individual user profiles
  2. Read and write blogs
  3. Filter blogs according to category or/and user

Requirments

Node -v14

Steps for installation

  1. Clone the repository
git clone https://github.com/amazingandyyy/mern.git
  1. Install dependencies
yarn install
  1. Create a .env file
touch .env
  1. Add your MongoDB Atlas URL to the env file as 'MONGO_URL'
  2. Start the server
npm start
  1. Go to http://localhost:5000/ to access the website.

For React development

  1. Go to client folder
cd client/
  1. Install dependencies
yarn install
  1. Start React
npm start

Docker

  1. Build
docker build -t mern-blog .
  1. Run
docker run -it -p 5000:5000 mern-blog

About

This is a blog application made using MERN Stack

https://mern-blogged.herokuapp.com/

License:MIT License


Languages

Language:JavaScript 76.9%Language:CSS 20.3%Language:HTML 2.3%Language:Dockerfile 0.5%