Skip to content

imArva/XI-PWPB

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✨ Kelompok Ambisius ✨

Anggota Kelompok Ambisius:

  1. Alan Pratama Rusfi
  2. Arva Revanza
  3. Muhammad Arif Ibrahim
  4. Muhammad Zufar

program yang dibutuhkan:

Setup Program:

  1. membuat database 'hololive' dengan mysql :
CREATE DATABASE hololive;
  1. membuat tabel 'user' di database 'hololive' yang baru dibuat tadi :
CREATE TABLE `hololive`.`user` 
( `id` INT(50) NOT NULL AUTO_INCREMENT ,
`name` VARCHAR(255) NOT NULL ,
`password` VARCHAR(255) NOT NULL ,
`silver_card` INT(10) NOT NULL ,
`gold_card` INT(10) NOT NULL ,
PRIMARY KEY (`id`)) ENGINE = InnoDB;
  1. Extract program ticket kelompok ambisius

  2. Jalankan 'event-hololive.exe'

  3. Buka localhost:3030

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 42.7%
  • CSS 38.6%
  • Go 18.7%