Skip to content

CJHydraGenZ/komik

Repository files navigation

Netlify Status

KOMIK API

Komik bahasa Indonesia built with Next.js and Bun

Usage

  1. Clone this repository
    git clone https://github.com/CJHydraGenZ/komik.git
  2. Install dependecies (yarn or npm)
  3. Start the development
    npm run dev or npm dev
  4. visit http://localhost:3000/

Using Bun (Linux,Mac,WSL)

  1. Clone this repository
    git clone https://github.com/CJHydraGenZ/komik.git
  2. Install dependecies (bun)
    bun install
  3. Bundle dependencies
    bun bun
  4. Start the development
    bun dev
  5. visit http://localhost:3000/

Documentation

API PATH = https://localhost:3000/api/
ApI Version = v0.0.1

All Manga

Daftar Komik

/komik/

example : https://localhost:3000/api/komik/

All Komik List

Daftar Komik List

/komik/list

example : https://localhost:3000/api/komik/list

Komik Page

Daftar Komik

/komik/page/slug

example : https://localhost:3000/api/komik/page/slug

Komik Rekomendasi

Get Komik Rekomendasi

/recommend

example : https://localhost:3000/api/recommend/

Detail Komik

/komik/[endpoint]

example : https://localhost:3000/api/komik/academys-undercover-professor/

Chapter

/chapter/[chapterEndpoint]

example :https://localhost:3000/api/chapter/infinite-level-up-in-murim-chapter-63/