azhararrozak / MidTerm_Fullstack-Engineering

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MidTerm_Fullstack-Engineering

Database Structure

  1. Database Name : proyekAkhir
  2. Database Collection: videos
  3. Database Schema:
    • title: String
    • description: String
    • videoUrl: String
    • thumbnailUrl: String

API structure

  • Create Videos Data : /videos
  • Get One Videos Data : /videos/[id]
  • Get All Videos Data: /videosAll
  • Update Videos Data: /videos/[id]
  • Delete Videos Data:/videos/[id]

List API request and response

Gist: Link

How to run locally

  • Install Packages

npm install

  • Running Server

npm run start

About


Languages

Language:JavaScript 100.0%