Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pauleenaphan/blog-api
A small blogsite where users can view blog post and comment on them.
https://github.com/pauleenaphan/blog-api
blog crud express mongodb nodejs webdevelopment
Last synced: about 19 hours ago
JSON representation
A small blogsite where users can view blog post and comment on them.
- Host: GitHub
- URL: https://github.com/pauleenaphan/blog-api
- Owner: pauleenaphan
- Created: 2024-07-04T03:18:54.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-12T01:42:59.000Z (6 months ago)
- Last Synced: 2024-11-11T10:36:49.642Z (about 2 months ago)
- Topics: blog, crud, express, mongodb, nodejs, webdevelopment
- Language: JavaScript
- Homepage: https://main--blogwog.netlify.app/
- Size: 587 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BlogWog
Blog site where users can view and comment on blog post.
[Live Site](https://main--blogwog.netlify.app/)
![Screenshot_8-7-2024_21213_localhost](https://github.com/pauleenaphan/blog-api/assets/77126730/fe19ef92-5daf-49df-aea7-eeb7e1107da2)
![Screenshot 2024-07-08 212329](https://github.com/pauleenaphan/blog-api/assets/77126730/0a07ad47-3de8-4ac5-9cdb-b5c289bd3494)# Features
## Users:
- Login authentication
- Account creation
- Viewing blog post
- Commenting on post## Admin:
- Creating post
- Editing post
- Deleting post
- Deleting comments## Technologies
- REST API Endpoints
- MongoDB
- React.js
- Express.js
- CSS