Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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