### Keybase proof
I hereby claim:
- I am toanalien on github.
- I am toanalien (https://keybase.io/toanalien) on keybase.
- I have a public key ASDeu-bjhUaGFHAVGjDX8VGQotta-24BxbeYlkxT1uz8Zgo
To claim this, I am signing this object:
| $ sudo apt-get remove ttf-ubuntu-font-family fonts-ubuntu-font-family-console ttf-dejavu fonts-linuxlibertine -y | |
| $ sudo apt-get install ttf-ubuntu-font-family fonts-ubuntu-font-family-console ttf-dejavu fonts-linuxlibertine -y |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <title></title> | |
| <script type="text/javascript"> | |
| function max() { | |
| var a = document.getElementById("txtso1").value | |
| a = Number(a) | |
| var b = document.getElementById("txtso2").value |
### Keybase proof
I hereby claim:
To claim this, I am signing this object:
| var encryptToken = crypto.createHash('md5').update(TOKEN).digest("hex"); | |
| if (encryptToken !== req.cookies['token']) | |
| res.render('index', {auth: false}); | |
| else | |
| res.render('index', {auth: true}); |
| web: node ./bin/www |
| $ cd client | |
| $ npm run build |
| $ node . | |
| Browse your REST API at http://0.0.0.0:3000/explorer | |
| Web server listening at: http://0.0.0.0:3000/ |
| Enter an empty property name when done. | |
| [?] Property name: firstname | |
| [?] Property type: (Use arrow keys) | |
| ❯ string | |
| number | |
| boolean | |
| object | |
| array | |
| date |
| $ lb model | |
| [?] Enter the model name: person | |
| [?] Select the data-source to attach person to: db (memory) | |
| [?] Select model`s base class (PersistedModel) | |
| [?] Expose person via the REST API? Yes | |
| [?] Custom plural form (used to build REST URL): people | |
| [?] Common model or server only? common | |
| Let's add some person properties now. |