The in-house project management tool I plan on developing over time. To start with it's simply going to be a tool that allows me to create Kanbans and Work Breakdown Structures!
When managing a project I like simple kanban boards and a WBS, for tracking and organising the progress being/to made for said project. The boards are always open to change/re-organisation becuase projects change throughout their development.
Another reason for creating this tool instead of using an existing one is I can use it to learn and explore technologies that I'm interested in, like (but not limited to) Elm and Golang!
It's basically just been initialised so don't expect..well anything right now.
- I haven't decided on the backend stack I want to use for the project so any backend code/stack is temporary until this part of the README is removed and the stack is finalised
- Elm lang compiler
- elm-format
- Go lang compiler
Current build process is very simple. Run ./build.sh
in proj root dir and you are done!
The web app can then simply be run with ./run.sh
. Current default address for app is at 127.0.0.1:8000
. This is temporary.
Not just yet :)