Skip to content

BlogShare is a simple blog management app built with the MERN stack and JWT authentication using TypeScript. This app allows users to easily manage their own blogs while also exploring and reading blogs shared by others.

Notifications You must be signed in to change notification settings

arjun897babu/BloghShare-client

Repository files navigation

BlogShare Client

BlogShare is a simple blog management app built with the MERN stack and JWT authentication using TypeScript. This app allows users to easily manage their own blogs while also exploring and reading blogs shared by others.

Live Link : blogshare

Prerequisites

  • Node.js (v20.12.2)

Installation Steps

  1. Clone the Repository

    git clone https://github.com/arjun897babu/BloghShare-client.git
  2. Environment Configuration

    Create a .env file in root directory

    VITE_API_ROUTE=http://localhost:4000
    VITE_APP=blogShare

    Create a .env file in the /front-end directory

    VITE_API_URI=http://localhost:3001
  3. Setup Frontend

    cd .\front-end\
    
    npm install
    
    npm run dev
  4. Setup Backend To set up the backend, please visit the blogshare back end respostiory and follow the instructions there.

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

About

BlogShare is a simple blog management app built with the MERN stack and JWT authentication using TypeScript. This app allows users to easily manage their own blogs while also exploring and reading blogs shared by others.

Topics

Resources

Stars

Watchers

Forks