This repository contains the backend API for Sarvavyapi β The Real Estate Platform.
The backend manages authentication, property listings, dealer data, and secure communication with the frontend.
Frontend GitHub Repo:
https://github.com/Shubhamprogrammar/sarvavyapi-frontend
π Live Link: https://sarvavyapi.vercel.app/
| Technology | Purpose |
|---|---|
| Node.js | Server runtime |
| Express.js | REST API routing |
| MongoDB + Mongoose | Database & schema modeling |
| JWT Authentication | Secure login & authorization |
| bcrypt.js | Password hashing & security |
| CORS | Safe frontend-backend communication |
| Feature | Description |
|---|---|
| π User Authentication | User signup/login secured using JWT |
| ποΈ Property Management | Create, update, and retrieve property listings |
| πΌ Seller Management | Store and fetch verified real estate dealers |
| π¦ REST API Structure | Clean, scalable, production-ready structure |
| π Secure Database Access | Password encryption + token-based authentication |