Simple CRUD application written in: Dart 3.3, Flutter 3.19 and Elasticsearch 7.12.
- Run
docker-compose up
- Navigate in browser to
localhost:8000
- (Optional) Put some content into database
make be-init
- Docker
- Dart
- Start infrastructure (Elasticsearch):
make deps
- Start backend:
make be-all
- Start frontend:
make fe-all
- (Optional) Put some content into Elasticsearch
make be-init
- Navigate in browser to
localhost:8080
- In case of problem with running Elsticsearch docker image please run:
sudo sysctl -w vm.max_map_count=262144