Komik bahasa Indonesia built with Next.js and Bun
- Clone this repository
git clone https://github.com/CJHydraGenZ/komik.git
- Install dependecies (
yarn
ornpm
) - Start the development
npm run dev or npm dev
- visit http://localhost:3000/
- Clone this repository
git clone https://github.com/CJHydraGenZ/komik.git
- Install dependecies (
bun
)bun install
- Bundle dependencies
bun bun
- Start the development
bun dev
- visit http://localhost:3000/
API PATH = https://localhost:3000/api/
ApI Version = v0.0.1
Daftar Komik
/komik/
example : https://localhost:3000/api/komik/
Daftar Komik List
/komik/list
example : https://localhost:3000/api/komik/list
Daftar Komik
/komik/page/slug
example : https://localhost:3000/api/komik/page/slug
Get Komik Rekomendasi
/recommend
example : https://localhost:3000/api/recommend/
/komik/[endpoint]
example : https://localhost:3000/api/komik/academys-undercover-professor/
/chapter/[chapterEndpoint]
example :https://localhost:3000/api/chapter/infinite-level-up-in-murim-chapter-63/