/BLOG_APP_BE

This repo contains Back End code for the Blog App. Built using MERN Stack.

Primary LanguageJavaScript

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