anilstha1 / blog-website

this is the blog website

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.

Technologies Used

  • Frontend: HTML, CSS, JavaScript, TailwindCSS
  • Backend: Node.js, Express.js
  • Database: MongoDB

Getting Started

  1. Clone the repository:

    git clone https://github.com/anilstha1/blog-website.git
    cd blog-websote
    
  2. Start the backend:

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

    cd frontend
    npm i
    npm start
    

The blog website will be accessible at http://localhost:3000.

About

this is the blog website


Languages

Language:JavaScript 97.5%Language:HTML 2.2%Language:CSS 0.2%