rescenic / undangan-api

Backend undangan api

Home Page:https://undangan-api-gules.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kamu

Total Downloads Latest Stable Version License

About Kamu

Kamu adalah PHP framework yang sangat sederhana. Saking sederhananya, serasa di localhost!!.
Dibantu dengan saya console untuk mempermudah dalam development aplikasi Anda.

Deployment API: https://youtu.be/WOVyAw1UAtI

Deployment on vercel

  • Clone or download this repository
    git clone https://github.com/dewanakl/DikitLink.git
  • Install package
    composer install
  • Create .env file
    cp .env.example .env
  • Create key application
    php saya key
  • Push on your github.
  • Create new project in vercel.
  • Import from your repository.
  • Change environment variables in your project on vercel.
  • Add this :
    • DB_HOST (your host cloud dbms)
    • DB_PASS (your password cloud dbms)
    • DB_USER (your username cloud dbms)
    • DB_NAME (your name of database cloud dbms)
    • DB_PORT (your port cloud dbms)
    • DB_DRIV (type cloud dbms [ex. mysql or pgsql])
    • JWT_KEY [ex. 123]
    • HTTPS [true]
    • COOKIE [false]
    • APP_KEY [copy from your local env]
  • Click deployments tab in vercel project.
  • Click the most recent deploy.
  • Click dot three and redeploy.
  • Finish.

Get Started Project

  • Create a project with composer
    composer create-project kamu/kamu coba-app
  • Move the folder
    cd coba-app
  • Run in development server
    php saya coba

Contributing

I'm very open to those of you who want to contribute to Kamu framework!

Security Vulnerabilities

If you find a security vulnerability in this Kamu, please email DKL via dewanakretarta29@gmail.com.

License

Kamu framework is open-sourced software licensed under the MIT license.

About

Backend undangan api

https://undangan-api-gules.vercel.app


Languages

Language:PHP 76.9%Language:CSS 22.4%Language:JavaScript 0.7%