01 Source Code Only
One-time Payment
- Complete project source code
- Database / data resources
- Dependencies & configuration
- README / setup guide
- Instant download access
Complete final-year project source code with frontend, backend, database and setup documentation. Instant download after secure payment.
Simple pricing. Instant access. Secure checkout.
01 Source Code Only
One-time Payment
02 Code + Setup Support
One-time Payment
Smart Tourist Safety Monitoring System is a MERN stack based final year project designed to help Indian police authorities monitor tourist safety in real time. This major project includes a public landing page, Authority Control Panel, and Tourist Safety App. Tourists can register, log in, share live GPS location, start or stop live tracking, send emergency SOS alerts, view personal alert history, receive safety broadcasts, and update profile details. Police officers and authorities can monitor tourists on a live map, manage alerts, create safety zones, track restricted or risky zones, manage E-FIR records, send emergency broadcasts, and view dashboard statistics. Admin users can also manage officer accounts. This Smart Tourist Safety Monitoring System source code is suitable for students who need a final year project, major project, minor project, source code, and project report based on MERN stack, tourist safety, GPS tracking, emergency alerts, and authority monitoring.
| Role | Name | Password | Portal | |
|---|---|---|---|---|
| Admin | Superintendent Anil Mehta | [email protected] |
admin123 |
/login |
| Role | Name | Password | Department | |
|---|---|---|---|---|
| Authority | Inspector Rajesh Kumar | [email protected] |
police123 |
Delhi Tourist Safety Division |
| Authority | Sub-Inspector Priya Sharma | [email protected] |
police123 |
UP Emergency Response Unit |
All tourist accounts use:
tourist123
| Tourist Name | Tourist ID | Current Location | |
|---|---|---|---|
| Arjun Sharma | [email protected] |
TID100001 | Connaught Place, New Delhi |
| Priya Nair | [email protected] |
TID100002 | Leh, Ladakh |
| Akash Patel | [email protected] |
TID100003 | Hawa Mahal, Jaipur |
| Vikram Singh | [email protected] |
TID100004 | Kargil Border, Ladakh |
| Rohan Desai | [email protected] |
TID100005 | Calangute Beach, Goa |
| Meera Joshi | [email protected] |
TID100006 | Kedarnath, Uttarakhand |
| Rahul Verma | [email protected] |
TID100007 | Marina Beach, Chennai |
| Kavita Reddy | [email protected] |
TID100008 | Bara Imambara, Lucknow |
The authority dashboard can display:
Authorities can manage tourist records with:
Tourist data shown:
Authorities can manage all safety alerts.
Alert actions:
Alert types:
Alert severity levels:
critical
high
medium
low
Authorities can create and manage safety zones.
Zone actions:
Zone types:
| Zone Type | Purpose |
|---|---|
| Restricted | No-entry or high-security areas such as military or border regions |
| Risky | High-risk tourist areas such as landslide, wildlife, altitude, or weather-sensitive areas |
| Safe | Designated safe hubs with police patrol or tourist assistance |
Tourist starts live tracking
↓
Browser GPS collects current location
↓
Tourist app sends location to backend
↓
Backend saves location in MongoDB
↓
Backend checks safety zone boundaries
↓
Restricted/Risky zone creates automatic alert
↓
Authority dashboard polls live tourist locations
↓
Updated markers appear on police map
↓
Tourist can press SOS button
↓
Critical alert appears in alert management
Location sync behavior:
Other Features in this Final Year Project
cd "Smart Tourist Safety Monitoring System"
cd backend
npm install
copy .env.example .env
.env:
PORT=5000
MONGO_URI=mongodb://127.0.0.1:27017/smart_tourist_safety
JWT_SECRET=your_super_secret_jwt_key_change_in_production
JWT_EXPIRE=7d
npm run seed
npm run dev
Backend URL:
http://localhost:5000
Health check:
http://localhost:5000/api/health
cd frontend
npm install
npm run dev
Frontend URL:
http://localhost:3000
| Role | Name | Password | Portal | |
|---|---|---|---|---|
| Admin | Superintendent Anil Mehta | [email protected] |
admin123 |
/login |
| Role | Name | Password | Department | |
|---|---|---|---|---|
| Authority | Inspector Rajesh Kumar | [email protected] |
police123 |
Delhi Tourist Safety Division |
| Authority | Sub-Inspector Priya Sharma | [email protected] |
police123 |
UP Emergency Response Unit |
All tourist accounts use:
tourist123
| Tourist Name | Tourist ID | Current Location | |
|---|---|---|---|
| Arjun Sharma | [email protected] |
TID100001 | Connaught Place, New Delhi |
| Priya Nair | [email protected] |
TID100002 | Leh, Ladakh |
| Akash Patel | [email protected] |
TID100003 | Hawa Mahal, Jaipur |
| Vikram Singh | [email protected] |
TID100004 | Kargil Border, Ladakh |
| Rohan Desai | [email protected] |
TID100005 | Calangute Beach, Goa |
| Meera Joshi | [email protected] |
TID100006 | Kedarnath, Uttarakhand |
| Rahul Verma | [email protected] |
TID100007 | Marina Beach, Chennai |
| Kavita Reddy | [email protected] |
TID100008 | Bara Imambara, Lucknow |