Giter VIP home page Giter VIP logo

undangan's Introduction

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.

Api Spec

See in file /routes/routes.php

Play with this application

Here are the commands to play with this application like tinker in laravel. For example you can get data from a database or insert, update, delete, etc.

php saya play

Deployment on vercel

  • Clone or download this repository

    git clone https://github.com/dewanakl/undangan-api.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]
    • DEBUG [false]
    • LOG [false]
    • 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 [email protected].

License

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

undangan's People

Contributors

dudipermana27 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.