make -f make.post_board docker_run_dev_dependencies
The above command will start the following services:
make -f make.post_board local_run_migration_up
Start post-board app
make -f make.post_board local_run_app
Start logging system
make -f make.post_board local_run_logging
curl --location 'http://localhost:8082/auth/login' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "[email protected]",
"password": "secret123"
}'
# Expected Result: {"data":{"token":"this_suppose_to_be_a_long_jwt_token_string"}}
- Go to
http://localhost:5601
- (Sidebar) Analytics > Discover
- Create data view
- Name:
post-board-api
- Index Pattern:
post-board-api-*
- Timestamp field:
@timestamp
orstartTime
- Click
Save data view to Kibana
- Name: