In this page we will be updating the current status of the app, so if you are new to the project or coming back here you can know what’s going on.
The front-end is in its initial stage, and need the user to run a local server to work. But there are some things in place:
On the other hand there are many things to work on:
The back-end is even in a earlier stage than the front-end. It’s not online because we want it to use a nice web service to provide the API, like AWS Lambda functions and DynamoDB, but nothing is decided in this matter.
However there is a node.js server working in the repo, and it provides the API that the app needs to store the pills.
Right now every pill is being store in is own file, that is how the FileAdapter work to store them in the local file system.
We want to support most of the common cloud computing services via adapters, and we would like to provide serverless config files to make the installation easy.
In the site repo we have a Hugo static site with styles cloned from the Elate theme.
The site was created in a hurry to publish the project so it still have a lot of the styles and scripts used by Elate. We need to make a big clean up.
It only contains one page (the main one) and there is a need of creating inner pages (like this one), to create experiments, so we need to create styles for them.