Closed nelsonic closed 5 years ago
My mission is to port this to Phoenix and show people why it's a much better idea to use Phoenix than to hand-write JS/node code.
At present the build is failing: https://travis-ci.org/nelsonic/time-mvp/builds/390497374
This is due to having to create my own database migration file: database_setup.sql let's fix the build quickly before we continue ...
database_setup.sql
Build passing: https://travis-ci.org/nelsonic/time-mvp/builds/475191472
https://time-mvp.herokuapp.com
Snapshot: https://github.com/nelsonic/time-mvp/tree/747c050032402d040fea4d717aae2ee84e2bac64
GOTO: https://github.com/nelsonic/time-mvp-phoenix/issues/1
My mission is to port this to Phoenix and show people why it's a much better idea to use Phoenix than to hand-write JS/node code.
At present the build is failing: https://travis-ci.org/nelsonic/time-mvp/builds/390497374
This is due to having to create my own database migration file:
database_setup.sql
let's fix the build quickly before we continue ...