Welcome to my first project. I did this project as part of the Full Stack developer course and I want to improve it in the future.🥹
A minimalistic blog platform built with Node.js, Express, and EJS templating engine. This project serves as a foundational example of server-side rendering and routing using Express and EJS.
- 🧠 Templating with EJS
- ⚙️ Basic routing using Express
- 🎨 Clean front-end design (HTML/CSS)
- 📁 Static file serving (images, CSS, etc.)
- 💡 Easily extendable and beginner-friendly
- Backend: Node.js, Express.js
- Templating: EJS
- Styling: CSS
- View Engine: Embedded JavaScript templates (EJS)
Make sure you have the following installed:
-
Clone the repository:
git clone https://github.com/xddlzx/Sunkissed-BlogPage.git
-
Navigate into the project directory:
cd Sunkissed-BlogPage -
Install the dependencies:
npm install
-
Start the development server:
node index.js
-
Open your browser and go to:
http://localhost:3000