mirror of
https://github.com/RaddyTheBrand/25.NodeJs-Express-EJS-MongoDB--Blog.git
synced 2026-04-25 06:35:57 +03:00
[PR #4] slugify added #7
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/25.NodeJs-Express-EJS-MongoDB--Blog#7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:feature-slugify📝 Commits (1)
22bd671slugify added📊 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.