HIMIFDA / thirteen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thirteen (13)


This repository contains the source code that we use for dashboard system and REST API for data communication on our HIMIFDA mobile application.


Requirements

  1. PHP >= 5.6.4
  2. OpenSSL PHP Extension
  3. PDO PHP Extension
  4. Mbstring PHP Extension
  5. Tokenizer PHP Extension
  6. XML PHP Extension
  7. MySQL
  8. Composer

Installation

  1. Clone this repository ( https://github.com/HIMIFDA/thirteen.git )
  2. Install all depedencies ( composer install )
  3. Create your own .env file, see .env_example
  4. Create your database (matched with your .env setting)
  5. php artisan migrate

Contributor

License

MIT License

Copyright (c) 2017 Himpunan Mahasiswa Informatika UNSADA

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About


Languages

Language:PHP 79.9%Language:HTML 19.0%Language:Vue 0.5%Language:ApacheConf 0.5%