btemperli / webtigerjython-cloud

adaption of webtigerjython: cloud-based programming
MIT License
1 stars 1 forks source link

WebTigerJython Adaption for Cloud

wtj.temperli.io

Cloud-Adaption

Update Base: WebTigerJython

In the background, this adaptation is based on the original version from the ABZ at the ETH webtigerjython.ethz.ch/.

$ npm run wtj-update

Run the command to update the original source of webtigerjython directly from the original source.


Lumen by Laravel

The PHP-Framework in the background is based on Lumen by Laravel.

Create new Model

  1. Add Model to ./app/Model
  2. Create migrations: $ php artisan make:migration create_wtj_tokens_table
  3. Update the migrations-file manually
  4. Run migrations: $ php artisan migrate