EveryDataStoreFrontend is the frontend application of the EveryDataStore ECM – a modern low-code Enterprise Content Management system for managing and structuring your business data.
This CLI tool helps you quickly set up the EveryDataStoreFrontend by cloning the official Angular-based project, installing dependencies, and preparing it for development or deployment.
EveryDataStoreFrontend is built with Angular and provides a powerful, flexible, and user-friendly interface to the EveryDataStore backend.
- Secure login and session handling
- Powerful and customizable dashboard with widgets
- Clean navigation and intuitive structure
- RecordSets with search filters and result lists
- Administration of:
- RecordSets (with smart form builder)
- Users & Groups
- Apps & Configurations
- Menus, Translations, and more
- Built-in File Manager with versioning
- Multi-language support including RTL (right-to-left)
- User account management
To use or develop EveryDataStoreFrontend, you need the following:
-
Node.js:
>=18.16.1
-
npm (Node Package Manager):
>=9.5.1
-
Angular CLI:
>=14.2.10
- Git (to clone the repo)
- EveryDataStoreBackend
To quickly set up the frontend, use the CLI tool: Ensure that npm has write access to your project directory.
npx everydatastore-frontend my-project cd my-project npm install ng serve --port 8686
git clone https://github.com/EveryDataStore/EveryDataStoreFrontend.git my-project cd my-project npm install --legacy-peer-deps ng serve --port 8686