UKK Kereta API 2025#
Welcome to the final project test for 2025 at SMK Telkom Malang! This project serves as a comprehensive API for railway systems. Enjoy exploring, and don’t hesitate to give feedback if something feels off.Warning:
Some APIs on this site might not work perfectly when parsing cookies. For the best experience, we recommend testing the endpoints using tools like Postman or Apidog.
Table of Contents#
Base URLs#
Source Code#
Find the complete source on GitHub.
Tech Stack#
Installation#
Prerequisites#
Before you begin, ensure you have the following installed:Cloning the Repository#
Clone the project and navigate into the directory:Setting Up the Environment#
1.
Create a new .env
file in the project root.
2.
Populate the file with the required environment variables.
You can refer to the example provided in .env.example
.
Installing Dependencies#
Install the project dependencies using pnpm:Running the Project#
Development Server#
Start the development server with:Building the Project#
Build the project for production:Production Server#
Run the production server with:Modified at 2025-05-03 00:48:55