-
Notifications
You must be signed in to change notification settings - Fork 42
Microservices Architecture & API Gateway System #223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@Ayaanshaikh12243 is attempting to deploy a commit to the Renu's projects Team on Vercel. A member of the Team first needs to authorize it. |
🎉 Thanks for the PR, @Ayaanshaikh12243!We really appreciate you taking the time to contribute to OpenPlayground! 💙 ⭐ Love this project?Please give us a star! It helps the project grow and reach more developers! 🌟 🔗 https://github.com/Renu-code123/ExpenseFlow ✅ PR ChecklistBefore we review, please ensure:
🙌 Thank You for Contributing!We truly appreciate your interest in contributing to this project.
We'll review your PR as soon as possible. Keep up the great work! ✨ |
|
@Ayaanshaikh12243 resolve conflict |
|
@Renu-code123 DONE mam please check and merge |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
@Ayaanshaikh12243, one suggestion is to mention the issue number properly in the PR description so that the PR also appears in front of the issue you created. This makes it clear that you have created the PR for that particular issue. |
|
@Renu-code123 okay j really appreciate your suggestion in the pr i will ensure I am doing this correctly |
Async/await syntax error - Fixed by making the Socket.IO connection handler async
Missing dependencies - Simplified services to work without heavy dependencies like tensorflow, brain.js, tesseract.js, etc.
Port conflicts - Killed the conflicting process on port 3001
Missing .env file - Created with basic MongoDB and JWT configuration
The ExpenseFlow backend is now running with:
✅ MongoDB connection
✅ JWT authentication
✅ Socket.IO real-time features
✅ Simplified AI/ML services
✅ File upload capabilities
✅ Email notifications
✅ Security middleware
Server is live on port 3001
#204