Welcome to Logverse -
✨ Post captivating blogs
💬 Receive real-time notifications for likes and comments
🏷️ Add tags to your blogs for better discoverability
Follow these simple steps to set up Logverse locally and start sharing your story:
First, grab the source code using the following command:
git clone https://github.com/khushiiagrawal/Logverse.git
cd logverse
Navigate to the frontend
folder and set up the client-side:
cd frontend
npm install
npm run dev
This will spin up the frontend development server.
Navigate to the server
folder to set up the backend:
cd server
npm install
npm start
This will start the server, powering Logverse to life!
- Blogging Made Easy: Share your thoughts with an intuitive and minimal interface.
- Real-Time Notifications: Stay updated when someone loves your blog or drops a comment.
- Smart Tagging: Add tags to make your blogs searchable and reach the right audience.
- Interactive Community: Engage with readers and writers alike, fostering a supportive environment.
- Frontend: React.js, Tailwind CSS
- Backend: Node.js, Express.js, MongoDB.
logverse-demo.mp4
Contributions and Feedback are welcome!