Skip to content

Akita state management integration with DevExtreme Angular components

License

Notifications You must be signed in to change notification settings

hakimio/dx-akita

Repository files navigation

DevExtreme Akita

"DevExtreme Akita" is a demo project meant to show how DevExtreme Angular and Akita can be used together. It's an unofficial project and the author is not affiliated with "DevExpress" or "Datorama" in any way.

Ticket App

Features shown in the demo

Running the demo locally

  • Install dependencies
yarn install
  • Copy /apps/api/src/environments/environment.example.ts to environment.ts
  • Open environment.ts and update options in typeOrm and JWT sections
  • Import MySQL dump to your local MySQL database
  • Build frontend theme:
yarn build:themes
  • Start the backend:
yarn start:backend
  • Start the frontend:
yarn start:frontend
  • Open localhost:4200 in your browser and login with user don, password admin
  • Optional step: install Redux DevTools to monitor application's state changes as you interact with it.

Entity Relationship Diagram

Entity Relationship Diagram

License

MIT