The web service store user data in a database
- Getting Started
- Golang
- Fiber
- Kafka
- MongoDB
Command | Description |
---|---|
up | This command will be opening Docker and preparing web service. It will be running on localhost:3001 |
run | Web service is ran by this command. It will be running on localhost:3001 |
unit-test | Run tests |
generate-mocks | Mocks are created by this command if it is needed. |