01 Synopsis
One-time Payment
- PDF & Word both included
- Up to 30 pages
- Only 1 diagram included
- Problem statement & objectives
- Ready for college submission
Complete final-year project report with documentation, diagrams and viva-ready structure. Instant PDF & Word download — plagiarism-free and faculty-aligned.
Need a customized report? Chat on WhatsAppSimple pricing. Instant access. Every package includes PDF & Word format.
01 Synopsis
One-time Payment
02 Pre Defined Project Report
One-time Payment
03 Customized Report
One-time Payment
04 Originality Reviewed
One-time Payment
Abstract
Table of Content
Introduction
Problem Statement
Existing System
Proposed System
Objectives
System Architecture
Major Functional Modules
Hardware Requirements
Software Requirements
Future Enhancement
Conclusion
References
Abstract
Table of Content
Chapter 1 — Introduction
Chapter 2 — Literature Review / System Study
Chapter 3 — System Analysis
Chapter 4 — System Design
Chapter 5 — System Implementation
Chapter 6 — Testing
Chapter 7 — Results and Discussion
Chapter 8 — Conclusion and Future Enhancements
Chapter 9 — References
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 |