Giter Site home page Giter Site logo

dashboard-binar-tcc's Introduction

Car-Management-Dashboard-Binar

This is project for 5th challenge Binar Fullstack Web 1

Cara Membuka Project:

  1. Buka XAMPP
  2. Buat database "carbinar"
  3. Ketikkan di terminal : nodemon server.js

Link ke masing-masing halaman:

  1. Dashboard (halaman utama) = http://localhost:8080/
  2. Create data = http://localhost:8080/add
  3. Update data = http://localhost:8080/edit/:id (contohnya edit/1)
  4. Hapus data = http://localhost:8080/delete/:id

Link untuk cek REST API di postman: Untuk link menggunakan link yang sama dengan link ke masing-masing halaman, namun harus melakukan rekonstruksi kode sedikit dimana tiap fungsi di controller mereturn "res.send(data)" dan bukan halaman (res.redirect("/")). Contoh seperti di bawah, hapus komentarnya dan beri komentar pada return dibawah:

Screenshot 2022-10-09 124836

  1. Create data = http://localhost:8080/add dengan method POST

Screenshot 2022-10-09 125103

2. Find All data = http://localhost:8080/ dengan method GET

Screenshot 2022-10-09 130134

3. Update Data = http://localhost:8080/edit/:id (contohnya edit/1) dengan method PUT

Screenshot 2022-10-09 130825

4. Hapus data = http://localhost:8080/delete/:id dengan method DELETE 5.

Screenshot 2022-10-09 131108

Gambar ERD Car Management Dashboard (hanya satu entitas):

ERD Binar

dashboard-binar-tcc's People

Contributors

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