repository
0.0.0-20230619193257-70754e55f896
Repository: https://github.com/v1tbrah/post-service.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
Post-service
This is a simple service that can be used to create and manage posts.
Quick start with docker
- Start service:
make up
- Stop service:
make down
- Check tests:
make test
- Check tests with DB deps:
make test_with_db