export const jumpboot_version = "1.0.29"; const my_hosting = "https://jefripunza.com"; const my_portofolio = "https://portofolio.jefripunza.repl.co"; export const my_website = my_portofolio; // ------------------------------------------------------------------- const jumpboot_subdomain = "https://jumpboot.jefripunza.com"; const jumpboot_repository = "https://github.com/jefripunza/jumpboot"; export const jumpboot_website = jumpboot_repository; const email_hosting = "jumpboot@jefripunza.com"; const email_gmail = "jefripunza@gmail.com"; export const email_author = email_gmail; // ------------------------------------------------------------------- export const jumpboot_contribution = [ { name: "Jefri Herdi Triyanto", url: "jefripunza", }, { name: "Achmad Rifa'i", url: "AchmadRifai", }, { name: "Meiman Jaya Gea", url: "meimanjayagea", }, { name: "Dicky Ardiar", url: "Dickyrdiar", }, ]; export const jumpboot_detail_folder = [ { title: "Controllers", content: "routing management and incoming data from client requests", }, { title: "Services", content: "main logic in the project", }, { title: "Models - Repository", content: "logic to organize data in database", }, { title: "Models - Entities", content: "table schema in this project", }, { title: "App", content: "list of applications to use", }, { title: "Middlewares", content: "bridge validation or conversion from router to controller", }, { title: "Fetch", content: "access outside the project, usually used for communication between microservices", }, { title: "Static", content: "files that can be accessed such as assets for frontend needs", }, ];