GithubHelp home page GithubHelp logo

technical-interview's Introduction

Technical Interview

Untuk menggunakan file laravel ini, dapat melakukan hal-hal berikut:

Install Dependencies

Pertama-tama lakukan instalasi dependecies dengan menjalankan perintah sebagai berikut:

php composer.phar update

Migrasi Database

Lakukan migrasi database terlebih dahulu dengan menjalankan perintah

php artisan serve

Setelah melakukan migrasi, selanjutnya melakukan seeding database untuk menambahkan data dummy dengan menjalankan perintah sebagai berikut:

php artisan db:seed

Testing

Selanjutnya lakukan testing dengan menjalankan kode berikut

php artisan test

API

Dalam bab berikut terdapat beberapa api yang digunakan:

User

Nama Halaman Routing Authorization Bearer Token
Register api/auth/register No
Login api/auth/login No
Refresh Token api/auth/refresh Yes
Logout api/auth/logout Yes

api/auth/register
Method : POST
Body :

username	: string
password	: string

api/auth/login
Method : POST
Body :

username	: string
password	: string

api/auth/refresh

Method : POST
Body : None

api/auth/logout
Method : POST
Body : None

Kendaraan

Nama Halaman Routing Authorization Bearer Token
Cek Stok api/kendaraan/stok Yes
Penjualan Stok api/kendaraan/penjualan Yes
Laporan Penjualan api/kendaraan/laporan Yes

api/kendaraan/stok
Method : GET
Body : None

api/kendaraan/penjualan

Method : POST
Body : None

_id: string id dari id stok
terjual: integer

api/kendaraan/laporan
Method : GET
Body : None

technical-interview's People

Contributors

gerrystev 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.