#Campus-Connect A C0mprehensive student portal prototype featuring system:Report and search for lost & found system,Suggestions/Complaints management,and Exam Schedule tracking.
- Lost & Found System:Report and search for lost items
- Complaint Management: Submit and track student complaints
- Exam Scheduling: View and manage exxam schedules
- Event Remainders: Get notified about important events
- Firebase Integration: Real-time data synchronization
-
Frontend: HTML,CSS,JavaScript
-
Backend: Firebase Functions
-
Database: Cloud Firestore
-
Authentication: Firebase Auth
-
Hosting: Firebase Hosting
https://github.com/Nageswari-18/Campus-Connect.git cd Campus-Connect npm install npm run serve
- Create a new Firebase project in the [Firebase console]
- Add your Firebase config to a '.env' file
- Deploy Firebase functions:'firebase deploy --only functions'
- Deploy to hosting:'firebase deploy --only hosting'