Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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/