https://github.com/kmab5/blogger.ang
Simple back-end blogging app.
https://github.com/kmab5/blogger.ang
backend ejs node
Last synced: about 2 months ago
JSON representation
Simple back-end blogging app.
- Host: GitHub
- URL: https://github.com/kmab5/blogger.ang
- Owner: kmab5
- Created: 2025-05-24T15:32:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-24T16:02:53.000Z (about 1 year ago)
- Last Synced: 2025-06-15T04:08:42.313Z (about 1 year ago)
- Topics: backend, ejs, node
- Language: CSS
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blogger - the simplest web app with both front and back end! 🥳
My first (real) backend supported app. Yay!
Allows blog posting, editing and deleting! *The most basic blogging app* basically.
## Features
- Post a Blog! Each blog even has a unique ID and a post date!
- Edit a posted blog!
- Delete that stupid post!
...that's it.
## Maybe features in the future
- Local storage of blogs
- *ONLINE* storage of blogs AKA integration of Databases
- Higher formatting in the blogs
- Login! Author system!
- A community? Who knows atp.
Imma add any new cool additions i think of.
But Yay! Backend isn't as foggy as it was before! Here is to progress 🥂
### kmab