Skip to content

Latest commit

 

History

History
48 lines (44 loc) · 1.45 KB

README.md

File metadata and controls

48 lines (44 loc) · 1.45 KB

Execute project

Prerequirement

  • ubuntu 20.04 (Optimal)
  • xampp 8.0.28 (download link)
  • php package
$ sudo apt install php

Setup

  • (In terminal) Start Xampp:
$ sudo /opt/lampp/manager-linux-x64.run 

Create database

  • Step1: Start MySQL and Web Server:
    image alt

  • Step2: Enter MySQL database

  • Step3: Create 2 databases "data", "file".
    image alt

  • Step4: "data" database structure.
    image alt

  • Step5: "file" database structure.
    iamge alt

  • Step6: "web3" database structure. image alt

$ ./php-metamask-user-login/backend/create_db_table.php
# Automatically create web3 database.

Enter webpage

  • (In terminal):
$ cd ./Health_Passport
$ php -S localhost:8080