Skip to content

This is a Backend project in which I built a John Wick themed website with login and data display using PHP and a SQL database

Notifications You must be signed in to change notification settings

felipe-mig/SQL_John_Wick_website_themed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📄 Description

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.

🛢️ Database Connection

  • User: mri
  • Password: password
  • Host: localhost

🔑 LOGIN Credentials:

  • User: admin
  • Password: admin

📷 Screenshots

index.php

Screenshot1

Screenshot2

login.php

Screenshot3

data.php

Screenshot3

♦️ You will need a local server and import the database to display the website on your browser.

📒 How to run a local server

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:

  1. Start the server by running the MAMP.exe file. Next, initiate the Apache Server and MySQL Server if they don't do it automatically

  2. At the same directory level where MAMP.exe is located, look for the htdocs folder and delete it.

  3. Replace the removed htdocs folder for the one on this project.

  4. In your browser type the following URL:

    127.0.0.1:80/phpMyAdmin5/

  5. Go to home and look for the User accounts tab on the top nav bar.

  6. Click on Add user account and fill it with the following information:

  • User name: mri
  • Host name: localhost
  • Password: password
  1. Below, look for the global privileges label and set it to Check all.

  2. 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

  3. Once it is done, go to the recently created database. Next, on the top nav bar look for the Import tab.

  4. Browse the SQL file on your computer and click on Go.

About

This is a Backend project in which I built a John Wick themed website with login and data display using PHP and a SQL database

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published