- Script ini tidak untuk dijual
- Jangan lupa beri bintang pada repo ini
- Jika ada yang memperjual belikan Script ini silahkan laporkan ke saya
WhatsApp
> git clone https://github.com/khrlmstfa/Base-api
> cd Base-api
> npm i
> node .
This project is licensed under the MIT License, which means you are free to use, modify, and distribute the code, but you must include the original copyright and license notice in any copy of the project or substantial portion of it.
const options = {
name : 'Api_Name', //Up to you..
developer: "@Irull2nd", //Can be replaced with yours
port: 3000,
webname: 'Your Name', //Nameweb
description: 'Simple Base Rest API',
favicon: 'https://telegraph......'
}
module.exports = {
options,
host: {
BASE_URL: 'YOUR_DOMAIN.com'
/*
Example: domain.com
don't use https, just the domain name!
*/
}
}