An open API service indexing awesome lists of open source software.

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.

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
```