
Working With JSON & Databases
When it comes to 'static' files (e.g. those that would be uploaded with the initialisation, and part of the GitHub process automation), I think the set up may best be coordinated with a combination of JSON and Bash scripts. And so I've started to write some of the basic structures for these files in a new repo (seen in the main screenshot below).

However for some functions of these servers, I plan on using local databases with their own webAPI for regular updates throughout each day, depending on the specific service involved. This dynamic data will perhaps be more important than the static files because although these files can be regularly updated, some of the planned services will need more frequent 2-way communication for coordination.
At some stage, I'll work on the data structures. Once my brain stops spinning from one window to another 🙂
Stay awesome,
EMH

HOW MOOVPAD IS BEING BUILT
For the overview of how MOOVPAD apps are being developed, the reasoning behind particular decisions during development, policies, and more in relation to all the technical things, please see the link to the left.
This will be an ongoing work in progress, and will always be linked to the bottom of each upcoming Blog post.