- Node.js
- Express
- MongoDB
- Tailwind css
- ejs
# Clone the repository
git clone https://github.com/Sahilagarwal623/BlogApplication.git
# Navigate into the directory
cd BlogApplication
# Install dependencies
npm install
#Create .env
#CONFIGURE
-PORT
-MONGO_URL
-CLOUDINARY_CLOUD_NAME
-CLOUDINARY_API_KEY
-CLOUDINARY_API_SECRET
#Start the Application
npm start