Solving problems effectively
Acsys enables developers to leverage a powerful backend in order to improve workflow. This tool gives end users a robust interface for managing and delivering content.
Maintained by Aeon
Acsys is Aeon's own in house CMS. It was created to fulfill the need for a frontend interface for Cloud Firestore. This project will adopt more database/storage support on a periodic basis. Acsys will continuously be updated as the community's needs grow. We're not only creating an entire system that automates your backend implementation, we are also designing a philosophy. One in which you start with Acsys and streamline your development from a solid flexible foundation.
Using Acsys
We recommend taking a "start with a flame" approach when it comes to using Acsys. In layman's terms this means that you should configure your database and data access points before doing any heavy frontend development. Below is the typical roadmap we use to implement a project.
Configure Acsys
Clone Acsys and run it locally to configure the database. Once configured build using the build script.
Deploy Acsys
Next deploy Acsys to your desired hosting provider and setup a DNS for the application. We typically use a subdomain of the project domain.
Configure Data and Open Tables for APIs
Create all necessary tables and configure the appropriate controls for your end users. Tables can then be unlocked for API access via Acsys.
Enjoy Development