https://github.com/aethrox/node-blog
A simple blog application built to practice and learn NodeJS. It includes basic features for creating, reading, updating, and deleting posts.
https://github.com/aethrox/node-blog
bcrypt ejs express javascript jwt mongodb mongoose
Last synced: 3 months ago
JSON representation
A simple blog application built to practice and learn NodeJS. It includes basic features for creating, reading, updating, and deleting posts.
- Host: GitHub
- URL: https://github.com/aethrox/node-blog
- Owner: aethrox
- Created: 2024-07-09T11:23:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-16T19:40:46.000Z (over 1 year ago)
- Last Synced: 2025-01-24T09:12:30.894Z (over 1 year ago)
- Topics: bcrypt, ejs, express, javascript, jwt, mongodb, mongoose
- Language: JavaScript
- Homepage:
- Size: 318 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog website with Node.js
A simple blog site I coded to refresh and reinforce my knowledge of Node.js.