VocalVichar is a scalable microservices-driven backend designed for efficient audio content management. The system is structured into three independent services:
| Service | Repository Link |
|---|---|
| Song Service | VocalVichar-SongService |
| Admin Service | VocalVichar-AdminService |
| User Service | VocalVichar-UserService |
Admin service deployed url - http://13.201.189.239:7001/
Song service deployed url - http://13.201.189.239:8001/
User service deployed url - http://13.201.189.239:5001/
- Backend: Node.js, Express.js
- Database: MongoDB, Redis
- Authentication: JWT, bcrypt
- Deployment: AWS EC2


