A simple yet powerful blogging website built with Node.js, Express, MongoDB, EJS, and Cloudinary.
Inkspire lets you create, edit, and share blogs seamlessly with a clean and minimal interface.
🌐 Live Demo: Inkspire on Render
- 📝 Create, edit, and delete blog posts
- 👤 User-friendly UI with EJS templating
- ☁️ Image uploads powered by Cloudinary
- 📂 MongoDB for data storage
- 📱 Responsive design
- Backend: Node.js, Express.js
- Frontend: EJS, CSS, JavaScript
- Database: MongoDB
- Media Storage: Cloudinary
Follow these steps to run the project locally:
git clone https://github.com/adityapaul26/inkspire.git
cd inkspirenpm install
Create a .env file in the root directory and add the following:
MONGO_URI=your_mongodb_connection_string
CLOUDINARY_CLOUD_NAME=your_cloud_name
CLOUDINARY_API_KEY=your_api_key
CLOUDINARY_API_SECRET=your_api_secret
PORT=5000
npm start
Now open http://localhost:5000/ in your browser.