Skip to content

Rest API for Website Teknologi Rekayasa Internet PENS 2023

Notifications You must be signed in to change notification settings

ietpens23/tribone-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Rest API for Website Teknologi Rekayasa Internet PENS 2023

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages