mirror of
https://gitlab.com/mobicoop/v3/service/user.git
synced 2026-02-01 22:40:45 +00:00
update readme
This commit is contained in:
@@ -22,6 +22,14 @@ docker-compose up -d
|
|||||||
|
|
||||||
The app runs automatically on the port defined in `SERVICE_PORT` of `.env` file (default : _3001_).
|
The app runs automatically on the port defined in `SERVICE_PORT` of `.env` file (default : _3001_).
|
||||||
|
|
||||||
|
## Database migration
|
||||||
|
|
||||||
|
Before using the app, you need to launch the database migration :
|
||||||
|
|
||||||
|
```bash
|
||||||
|
docker exec v3_user sh -c "npx prisma migrate dev"
|
||||||
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
The app exposes the following [gRPC](https://grpc.io/) services :
|
The app exposes the following [gRPC](https://grpc.io/) services :
|
||||||
|
|||||||
Reference in New Issue
Block a user