anilstha1 / Blog-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blog-app

This is blog app built using MERN (MongoDb, Express, React, Node.js) stack to create a simple and efficient blog platform.

Getting Started

  1. Clone the repository:

    git clone https://github.com/anilstha1/Blog-app.git
    cd Blog-app
    
  2. Start the backend:

    cd server
    npm i
    node index.js
    
  3. Start the frontend:

    cd myapp
    npm i
    npm start
    

About


Languages

Language:JavaScript 97.2%Language:HTML 2.5%Language:CSS 0.4%