Git Product home page Git Product logo

laravel_backend's Introduction

Bookshelf API (dengan panel admin)

Projek ini adalah sebuah panel admin serta API yang berguna untuk mengelola data identitas suatu buku. Seperti Judul, penulis, jumlah halaman, dll. Bila ingin menmbuat, mengedit, maupun menghapus data buku, diperlukan autentikasi admin agar pengguna pada panel admin ini dapat terekam pada database. Selain itu, karena adanya aturan middleware yang diterapkan pada beberapa routes. Database yang digunakan adalah database relasional (MySQL), dengan bantuan web server XAMPP untuk me-run projek ini pada server lokal

Design Database

Digunakan sebuah tabel (dinamakan 'dot_backend', dapat dicek di file .env) yang terdiri atas kolom-kolom:

  • id UNSIGNED INT AUTO_INCREMENT
  • judul_buku VARCHAR
  • penulis VARCHAR
  • url_gambar VARCHAR
  • jumlah_halaman INT
  • isbn VARCHAR
  • tanggal_terbit DATE
  • sinopsis LONGTEXT

Screenshot Aplikasi

...

...

...

...

...

...

Dependencies

Package luar yang digunakan adalah laravel/ui^2.4 sebagai ui untuk Auth

Running this project

Buka command-line (cmd), lalu ikuti langkah-langkah berikut:

  1. Clone this project git clone https://github.com/alif338/laravel_backend.git
  2. Run cd laravel_backend
  3. Run composer require laravel/ui:^2.4
  4. Run php artisan ui react --auth
  5. Install packages npm install && npm run dev
  6. Buat database MySQL dengan nama 'dot_backend'
  7. Run php artisan migrate
  8. Run php artisan serve dengan url main localhost:8000/book_list

laravel_backend's People

Contributors

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