Closed zahid closed 8 years ago
All the code for the above is in this branch: https://github.com/MichaelAng/dnd-char-gen/tree/docker-environment-setup
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.
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.
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?