[PR #4] slugify added #7

Open
opened 2026-02-26 21:30:43 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RaddyTheBrand/25.NodeJs-Express-EJS-MongoDB--Blog/pull/4
Author: @anishjoshi1999
Created: 1/11/2024
Status: 🔄 Open

Base: mainHead: feature-slugify


📝 Commits (1)

📊 Changes

10 files changed (+155 additions, -167 deletions)

View changed files

📝 package-lock.json (+15 -1)
📝 package.json (+2 -1)
📝 server/models/Post.js (+19 -8)
📝 server/routes/admin.js (+79 -104)
📝 server/routes/main.js (+31 -44)
📝 views/admin/add-post.ejs (+2 -2)
📝 views/admin/dashboard.ejs (+3 -3)
📝 views/admin/edit-post.ejs (+2 -2)
📝 views/index.ejs (+1 -1)
📝 views/search.ejs (+1 -1)

📄 Description

I hope this message finds you well. I wanted to reach out after watching your recent video on the blog website. While delving into the code, I implemented a "slugify" feature on the routes to enhance the user experience.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/RaddyTheBrand/25.NodeJs-Express-EJS-MongoDB--Blog/pull/4 **Author:** [@anishjoshi1999](https://github.com/anishjoshi1999) **Created:** 1/11/2024 **Status:** 🔄 Open **Base:** `main` ← **Head:** `feature-slugify` --- ### 📝 Commits (1) - [`22bd671`](https://github.com/RaddyTheBrand/25.NodeJs-Express-EJS-MongoDB--Blog/commit/22bd671b05bd40987471ee56f72905f6c303d265) slugify added ### 📊 Changes **10 files changed** (+155 additions, -167 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+15 -1) 📝 `package.json` (+2 -1) 📝 `server/models/Post.js` (+19 -8) 📝 `server/routes/admin.js` (+79 -104) 📝 `server/routes/main.js` (+31 -44) 📝 `views/admin/add-post.ejs` (+2 -2) 📝 `views/admin/dashboard.ejs` (+3 -3) 📝 `views/admin/edit-post.ejs` (+2 -2) 📝 `views/index.ejs` (+1 -1) 📝 `views/search.ejs` (+1 -1) </details> ### 📄 Description I hope this message finds you well. I wanted to reach out after watching your recent video on the blog website. While delving into the code, I implemented a "slugify" feature on the routes to enhance the user experience. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/25.NodeJs-Express-EJS-MongoDB--Blog#7
No description provided.