An extensive blogging platform providing features such as comments, replies, notifications, likes, and bookmarks.
- Comments & Replies: Engage in discussions through comments and replies.
- Notifications: Stay updated with real-time notifications.
- Likes & Bookmarks: Like and bookmark your favorite posts.
- Node.js
- Docker (optional, for containerization)
-
Clone the repository:
git clone https://github.com/Zafeeruddin/blog-website.git cd blog-website
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Build the Docker image:
docker build -t blog-website .
-
Run the Docker container:
docker-compose up
To start the application in development mode:
npm run dev