Skip to content

Latest commit

 

History

History
61 lines (42 loc) · 1.4 KB

File metadata and controls

61 lines (42 loc) · 1.4 KB

🌐 AWSphere – A Blogging Platform for AWS Enthusiasts

AWSphere is a full-stack blogging website built for cloud enthusiasts to share their knowledge, thoughts, and experiences around AWS and cloud technologies.


✨ Features

  • 👤 User Authentication: Sign up and log in securely
  • 🖼️ Profile Management: Upload and update your profile picture
  • 📝 Blog Creation: Write blogs with a title, body, and image
  • 🗑️ Delete Blogs: Delete your own blogs anytime
  • 💬 Comments: Engage with others by commenting on their blogs
  • 📚 Explore Blogs: Read blogs posted by the AWSphere community

🛠️ Tech Stack

Layer Technology
Backend Node.js, Express.js
Frontend View EJS Templates
Database MongoDB
Styling CSS & Bootstrap
File Uploads Multer


📷 Blog Format

Each blog includes:

  • A title
  • A main image
  • A content body

Users can edit or delete their own blogs and comment on others' posts to build community interaction.


✅ Getting Started

Install dependencies:

bash Copy Edit npm install Run the development server:

bash Copy Edit npm start 📬 Contact If you like this project or want to contribute, feel free to connect or raise an issue.

⭐️ Give a star if you find this project helpful