Finals school project created by @luc1ferxzx (Kyle) and I.
We created this website with security and privacy in mind.
Messages between users are hashed and encryped, likewise with their email (unusual, I know, but we wanted something interesting)
This is only for our school project and for fun.
NOTE: This website was deployed at ngrok and hosted manually. It is currently down and inactive.
NOTE: Images of the website can be seen at the bottom of the page. Heavily inspired by Silk Road.
- MySQL/MariaDB
- Apache
- PHP
- Alternatively, XAMPP simplifies it for Windows (NOT RECOMMENDED, breaks randomly)
Clone and navigate to the system
git clone git@github.com:itlogsandwich/phantom-route.git
cd phantom-route
Before migrating your database and starting the server, ensure MYSQL/MariaDB and Apache is already running and listening.
sudo systemctl start mariadb.service //mariadb
sudo systemctl start httpd.service //apache
php artisan migrate
php artisan serve
Clone and navigate to the system
git clone https://github.com/itlogsandwich/phantom-route
cd phantom-route
Before migrating your database and starting the server, ensure MYSQL/MariaDB and Apache (XAMPP) is already running and listening.
start XAMPP
php artisan migrate
php artisan serve
PS: As I was making this system, I forgot to implement seeders. Feel free to populate the database on your own or create your own seeders.