Privacy Server Map is a web application developed using Laravel framework. The app serves as an interface for K-Anonymity & Differential privacy Java Server. The basic idea of this interface is to show locations received by messages on a map, and send them to the server in order to perturb them. Finally, the perturbed locations will be shown on the map. This app helps in determining the level of privacy that the server provides for each of the implemented approaches, namely: K-anonymity, Differential privacy with Gaussian or Laplacian noise. The following shows the app interface:
- Install NodeJs.
- Navigate to the project root folder using cmd/terminal and run the following commands:
composer update
npm install
- Duplicate
.env.example
file and rename it to.env
php artisan key:generate
php artisan serve --port=9000
- Open the browser and go to:
http://127.0.0.1:9000
Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:
- Simple, fast routing engine.
- Powerful dependency injection container.
- Multiple back-ends for session and cache storage.
- Expressive, intuitive database ORM.
- Database agnostic schema migrations.
- Robust background job processing.
- Real-time event broadcasting.
Laravel is accessible, powerful, and provides tools required for large, robust applications.
Laravel has the most extensive and thorough documentation and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.
If you don't feel like reading, Laracasts can help. Laracasts contains over 1500 video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.
The Laravel framework is open-sourced software licensed under the MIT license.
Developed as part of a Computer Science MSc course
Supervisor: Dr. Saad Alahmady
Course: CSC529: Selected topics in computer systems
King Saud university
April 2021