DarthHater / bored-board-webapp

Here we go again
Apache License 2.0
4 stars 2 forks source link

Initial commit to wire up to backend #3

Closed DarthHater closed 6 years ago

DarthHater commented 6 years ago

This is a PR that attempts to wire up the front end to the backend. Seems like it's working after I figured out that Chrome doesn't do CORS on localhost and you need that fun extension, womp womp.

screen shot 2017-12-02 at 6 39 39 pm

To run this, check out the branch and then:

docker-compose build docker-compose up

It should pull an image of the backend, and wire up the sql stuff too (you'll want the backend code checked out, and you'll want to review the volume command for the sql init scripts, to ensure it's pointing at the right place).

Happy trails.

conwaydev commented 6 years ago

perfect