This is the backend for the Blogging Website ~Verseify, built with NextJs and MERN stack.
🔗 Live Website 🔗 Live API
- 📄 Swagger API Docs: API Docs Link
- 🖥️ Frontend Repo: Frontend GitHub Link
- ⚙️ Backend Repo: Backend GitHub Link
- 📝 Create, Read, Update, Delete (CRUD) blog posts
- 🔒 User Authentication & Authorization
- 📂 Image Uploads for Blog Posts
- 🚀 RESTful API with Swagger Documentation
- 📄 See API docs for all details about ~Verseify
- Frontend: React, NextJs
- Backend: Node.js, Express.js
- Database: MongoDB
- Authentication: JWT & OAuth2.0 (Token based)
- API Documentation: Swagger
git clone https://github.com/srinivas-batthula/verseify_backend
cd verseify_backend
npm install