Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 706 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 706 Bytes

Rest API Backend for Tribone Website 🚀

Restful API menggunakan PHP Native dan JWT (JSON WEB TOKEN) sebagai autorisasi dengan firebase/php-jwt

API Documentation 💻

as soon as possible

💻 Setup

  1. Buat database MySQL baru dengan nama tribone

  2. Import database.sql yang terdapat pada repository ke dalam database

  3. Sesuaikan detail database MySQL yang digunakan pada src/dbConnect.php

<?php
$host = 'localhost';
$user = 'root';
$pass = '';
$db = 'tribone';

👋 Contributing

Feel free to contribute to this project Bersama-sama kita bangun Teknologi Rekayasa Internet menjadi lebih baik lagi

💕 Thanks to all Teknologi Rekayasa Internet Family