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
- Node.js (v20.12.2)
-
Clone the Repository
git clone https://github.com/arjun897babu/BloghShare-client.git
-
Environment Configuration
Create a
.env
file in root directoryVITE_API_ROUTE=http://localhost:4000 VITE_APP=blogShare
Create a
.env
file in the /front-end directoryVITE_API_URI=http://localhost:3001
-
Setup Frontend
cd .\front-end\ npm install npm run dev
-
Setup Backend To set up the backend, please visit the blogshare back end respostiory and follow the instructions there.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request