Web based Word Processor
In this repository, I will capture my thought processes on how to create an online (Web Based) Word Processor.
I should start by listing features, that will creep into a backlog, following Agile methodology.
I will try to:
- Define the Minimum Viable Product (MVP) to launch an Alpha release
- Build required infrastructure to deploy sample instance
- Follow Test Driven Development approach to start clean
- I might use Python, mixed with HTML, CSS, and Mongodb
- Use of Python might imply using a standard Python supporting Web framework. Most probably Django
- I was pondering the idea of using containers