Skip to content

rzpr/restAPI

Repository files navigation

Create Yourself restAPI Website

php Badge

GitHub forks

✨ Features

  • Register > Login > logout
  • Activating API Key By Url ( If You Want Get Money Using Shortlink )
  • Giving Alert Notification If API Key User Limit

🗒️ Requirements

⌨️ How To Setup

Connection Database Setup

  • Edit Hostname
  • user
  • password
  • database name

To Our Configuration

<?php

$server = "localhost";
$user = "phpmyadmin";
$pass = "rezza123";
$database = "phpmyadmin";

$conn = mysqli_connect($server, $user, $pass, $database);
if (!$conn) {
    die("<script>alert('Gagal tersambung dengan database.')</script>");
}

?>

Register

Note : If You Want Setup Your Mailer Later You Can Activating Your Account Self First opened phpmyadmin select user table And Copy token go to https://yourdomain.com/activation.php?t=PasteHere

Preview

  • User Not Login

  • User Logined

  • New Account

  • API Key Limit

  • Rest API

  • About

CREDITS

  • Stisla All Of This Page Using Theme From Stisla

PREVIEW

NOTE

  • This Project Is 100% Not Completed, But You Can Use Normaly. Or You Can develop it self