Depending on the requirements of teh development environment you
can spin up the required services from the docker-compose.yml
file.
docker-compose down
docker-compose up -d --build [flyway|api|client]
- https://docs.micronaut.io/latest/guide/index.html
- https://micronaut-projects.github.io/micronaut-data
Endpoint: https://localhost:8080
Documentation: https://localhost:8080/documentation.html
Credentials: [email protected]:root
Endpoint: http://localhost:8085
npm install
npm run serve
npm run build
npm run lint