Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hawkpraveen/blog_app_be
This repo contains Back End code for the Blog App. Built using MERN Stack.
https://github.com/hawkpraveen/blog_app_be
bcryptjs cors expressjs jwt-authentication mongoose nodejs render
Last synced: about 1 month ago
JSON representation
This repo contains Back End code for the Blog App. Built using MERN Stack.
- Host: GitHub
- URL: https://github.com/hawkpraveen/blog_app_be
- Owner: Hawkpraveen
- Created: 2024-07-25T13:02:57.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-25T14:39:50.000Z (5 months ago)
- Last Synced: 2024-07-25T16:55:21.537Z (5 months ago)
- Topics: bcryptjs, cors, expressjs, jwt-authentication, mongoose, nodejs, render
- Language: JavaScript
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog App
## 🚀 Get started here
### Introduction## 🔖Endpoints - Users
### ➡️ Login User
### URL - /api/auth/login-user
### Method - POST### ➡️ Register User
### URL - /api/auth/register-user
### Method - POST### ➡️ Register And Login Using Google
### URL - /api/auth/google
### Method - POST### ➡️ Authenticated User's Profile Update
### URL - /api/user/update/:id
### Method - PUT### ➡️ Authenticated User's Account Delete
### URL - /api/user/delete/:id
### Method - DELETE## 🔖Endpoints - Blog
### ➡️ Blog Page
### URL - /api/post/createpost
### Method - POST## Base URL: https://blog-app-be-ps7i.onrender.com/