MichaelAng / dnd-char-gen

A basic dnd application built on angular 2
MIT License
1 stars 0 forks source link

Docker setup #4

Closed zahid closed 8 years ago

zahid commented 8 years ago
zahid commented 8 years ago

All the code for the above is in this branch: https://github.com/MichaelAng/dnd-char-gen/tree/docker-environment-setup

zahid commented 8 years ago

Try to follow along with this setup guide and then try and restore the database

I'll make a PR for it shortly if we like how this is going.

MichaelAng commented 8 years ago

it sounds like a simple set up. I like it. But this also means that the application has to be in one repo. There is no separation between the server and the client.

zahid commented 8 years ago

There will be sepratation, just in the form of two different folders, like api and client. But we could change it to two separate repos, maybe more?

zahid commented 8 years ago

Closed by https://github.com/MichaelAng/dnd-char-gen/pull/11