carina-comment-service
v0.0.1
Published
The Carina Comment Microservice
Downloads
18
Readme
Carina Comment Microservice
- Folder structure ├── ... ├── [reserved] ├── postman └── server
Configuration
TODO:
Integration tests
Integration tests are based on 'postman' collections that you can find in the 'postman' folder. Use the './test.sh' command to build and perform all integration tests locally.
Run
Use the './run.sh' command to build and run the Carina Comment service as a docker container along with other AWS services and databases. An instance is accessible at 'http://localhost:5000/api/v1/version'.
Debug
Use the './debug.sh' command to build and debug the Carina Comment service as a docker container along with other services. You can attach to the running dotnet process inside the container from VS Code by choosing 'Attach to Docker' command.
