An open API service indexing awesome lists of open source software.

https://github.com/arjun897babu/bloghshare-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.
https://github.com/arjun897babu/bloghshare-client

dasiyui reactjs tailwind typescript

Last synced: 9 days ago
JSON representation

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.

Awesome Lists containing this project

README

        

# 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](https://blogh-share-client.vercel.app/)

### Prerequisites

- Node.js (v20.12.2)

### Installation Steps

1. **Clone the Repository**

```bash
git clone https://github.com/arjun897babu/BloghShare-client.git
```

2. **Environment Configuration**

Create a `.env` file in root directory

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

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

```env
VITE_API_URI=http://localhost:3001
```

3. **Setup Frontend**
```bash
cd .\front-end\

npm install

npm run dev
```

4. Setup Backend
To set up the backend, please visit the [blogshare back end respostiory ](https://github.com/arjun897babu/BloghShare-Back-End) 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

##