0.0.1 • Published 4 years ago

carina-comment-service v0.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

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.