Show your thoughts to the readers through this application.Experience seamless blogging with our app. Post and edit your blogs, like and comment on others' content, and have the flexibility to delete your own posts. Connect, engage, and share your thoughts effortlessly with our intuitive platform.
-
Post your blogs: You can show your thoughts by posting your blogs through this app.
-
Edit your blogs: You can edit the posted blogs any time.
-
User-Friendly Interface: Navigate effortlessly through a sleek and intuitive user interface.
-
Secure Authentication: Protect your data with robust user authentication.
-
Responsive Design: Experience TuneWaves on any device, anywhere, anytime.
This blog app is not just a platform, it's a blog journey waiting to be written by you. Discover the experience of this app today and let the world read your thoughts.
- Live preview : https://blogapp-rosy.vercel.app/
- Backend Preview : https://blogs-gvrb.onrender.com
-
User Authentication:
- Secure user registration and login.
-
User Panel:
- User authentication and access control.
- Add, update, and delete blogs.
-
Backend:
- Built with Node.js and Express.js.
- MongoDB database with MongoDB Atlas for data storage.
-
Frontend:
- React.js
- React Router
- Chakra UI
- Fetch for API communication
- React Icons for icons
- CSS for styling
-
Backend:
- Node.js
- Express.js
- MongoDB
- JSON Web Tokens (JWT) for authentication
- Node.js and npm (Node Package Manager) installed.
- MongoDB Atlas account for database storage.
- Clone this repository to your local machine.
-
Clone the repository:
git clone https://github.com/rohitnayal12/blog__app
-
Open a new terminal and navigate back to the project root (
blog__app
). -
Navigate to the frontend directory:
cd frontend npm install npm start
-
Open a new terminal and navigate back to the project root (
blog__app
). -
Navigate to the backend directory:
cd backend npm install npm run server
Create a .env file in the backend directory and add your MongoDB connection string.
MONGODB_URL=your-mongodb-connection-string