Skip to content

Repository files navigation

Report REST API with Lazarus

REST API server for creating and managing reports with Lazarus.

Lazarus and components used:

Docker commands

Create container

docker build . -t docker_user/report:1.0.0

Execute container

docker run --name report -p 5000:5000 -d docker_user/report:latest

Create tag

docker tag docker_user/report:1.0.0 docker_user/report:latest

Send container

docker push docker_user/report:latest

About

Report REST API with Lazarus

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages