This is a John Wick theme website with a login to access the private side.
- No frameworks
- No AI code
- Local content
The website is optimized for a 15.6" 1920 x 1080 display with a 16:9 aspect ratio.
- User: mri
- Password: password
- Host: localhost
🔑 LOGIN Credentials:
- User: admin
- Password: admin
You can use MAMP or XAMPP as free options:
https://www.mamp.info/en/windows/
https://www.apachefriends.org/
MAMP EXAMPLE (XAMPP works in the same way):
If you followed the default installation parameters, the directory to run the local server should be on this path:
C:\MAMP
Steps to start the server:
-
Start the server by running the MAMP.exe file. Next, initiate the Apache Server and MySQL Server if they don't do it automatically
-
At the same directory level where MAMP.exe is located, look for the htdocs folder and delete it.
-
Replace the removed htdocs folder for the one on this project.
-
In your browser type the following URL:
127.0.0.1:80/phpMyAdmin5/
-
Go to home and look for the User accounts tab on the top nav bar.
-
Click on Add user account and fill it with the following information:
- User name: mri
- Host name: localhost
- Password: password
-
Below, look for the global privileges label and set it to Check all.
-
On the right side nav bar look for New, and create a database with the same name as the SQL file.
In this case: johnwick.sql
-
Once it is done, go to the recently created database. Next, on the top nav bar look for the Import tab.
-
Browse the SQL file on your computer and click on Go.