dwyl / time-mvp-node

The most basic version of our Time App possible to start *using* it internally!
https://time-mvp.herokuapp.com
GNU General Public License v2.0
13 stars 2 forks source link

Phoenix! #38

Closed nelsonic closed 5 years ago

nelsonic commented 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

image

This is due to having to create my own database migration file: database_setup.sql let's fix the build quickly before we continue ...

nelsonic commented 5 years ago

Build passing: https://travis-ci.org/nelsonic/time-mvp/builds/475191472

image

https://time-mvp.herokuapp.com

image

Snapshot: https://github.com/nelsonic/time-mvp/tree/747c050032402d040fea4d717aae2ee84e2bac64

nelsonic commented 5 years ago

GOTO: https://github.com/nelsonic/time-mvp-phoenix/issues/1