Coder Social home page Coder Social logo

ariokusuma / tugas-api-eai Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 96 KB

Endpoints Project for My Mid-term exam. It's about creating API Endpoints that have CRUD Functionalities

PHP 74.38% JavaScript 0.25% Blade 25.37%
api crud laravel laravel-crud-api laravel-framework laravel10 laravelapi postman

tugas-api-eai's Introduction

Tugas UTS EAI

Tugas ini dibuat untuk memenuhi Tugas Ujian Tengah Semester (UTS) dari mata kuliah EAI

About Me

Saya Ario Kusuma Purboyo dengan NIM 1202204123 dari Kelas SI4408. Mahasiswa S1 Sistem Informasi Telkom University

About the Project

Project ini merupakan project Endpoint API yang memiliki 7 Endpoint. API yang dibahas tentang Tiket Konser, dan detail Event Konser. Project ini dibangun menggunakan framework Laravel

Endpoint List

Endpoint Tiket

No Ticket Endpoint Method Deskripsi
1 tiketing/ GET Menampilkan Seluruh Data API
2 tiketing/{id} GET Menampilkan Data Tiket berdasarkan id tertentu
3 tiketing/add POST Menambahkan data Tiket
4 tiketing/update/{id} PUT Mengubah data Tiket
5 events/ GET Menampilkan Seluruh Data API
6 event/show/{id} GET Menampilkan Data Event berdasarkan id tertentu
7 event/add/ POST Menambahkan data Event

Installation

Prerequisite

(Using MacOS? You can install it using Homebrew )

Serve the Application

Run the following commands on your terminal, git bash, or PowerShell

  • Clone this Project
git clone https://github.com/ariokusuma/tugas-api-eai.git
  • Modify the .env file
    Configure the .env file according to Your local Database System
DB_PORT= <your_mysql_port>
DB_DATABASE= <your_database_name>
  • Install Composer
composer install
  • Generate Key
php artisan key:generate
  • Migrate Database
php artisan migrate
  • Run the laravel server
php artisan serve

Thank You

tugas-api-eai's People

Contributors

ariokusuma avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.