A simple API inspired by “No as a Service” that serves categorized and random pantun (poems). Built with Express.js.
Developed a simple API inspired by “No as a Service” to serve pantun (poems).
Built endpoints for categorized (/ngeles/:kategori) and random (/ngeles/random) pantun.
Stored data in a local JSON file for lightweight data handling.
Tested functionality to ensure fast and structured access to data.
Gained skills in RESTful API design, endpoint management, and backend development.