https://github.com/v1tbrah/user-service
This is a simple service that can be used to create and manage users.
https://github.com/v1tbrah/user-service
Last synced: 2 months ago
JSON representation
This is a simple service that can be used to create and manage users.
- Host: GitHub
- URL: https://github.com/v1tbrah/user-service
- Owner: v1tbrah
- Created: 2023-06-10T11:20:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-18T19:20:15.000Z (almost 2 years ago)
- Last Synced: 2025-02-07T13:31:51.084Z (4 months ago)
- Language: Go
- Homepage:
- Size: 67.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## User-service
This is a simple service that can be used to create and manage users.
## Quick start with docker
* Start service:
```sh
make up
```* Stop service:
```sh
make down
```* Check tests:
```sh
make test
```* Check tests with DB deps:
```sh
make test_with_db
```