mirror of
https://gitlab.com/mobicoop/v3/service/auth.git
synced 2026-01-31 05:50:45 +00:00
simplify, update readme
This commit is contained in:
12
README.md
12
README.md
@@ -22,6 +22,12 @@ A RabbitMQ instance is also required to send / receive messages when data has be
|
|||||||
|
|
||||||
Modify it if needed.
|
Modify it if needed.
|
||||||
|
|
||||||
|
- install the dependencies :
|
||||||
|
|
||||||
|
```bash
|
||||||
|
npm install
|
||||||
|
```
|
||||||
|
|
||||||
- start the containers :
|
- start the containers :
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@@ -30,12 +36,6 @@ A RabbitMQ instance is also required to send / receive messages when data has be
|
|||||||
|
|
||||||
The app runs automatically on port **5002**.
|
The app runs automatically on port **5002**.
|
||||||
|
|
||||||
- install the dependencies :
|
|
||||||
|
|
||||||
```bash
|
|
||||||
npm install
|
|
||||||
```
|
|
||||||
|
|
||||||
## Database migration
|
## Database migration
|
||||||
|
|
||||||
Before using the app, you need to launch the database migration (it will be launched inside the container) :
|
Before using the app, you need to launch the database migration (it will be launched inside the container) :
|
||||||
|
|||||||
Reference in New Issue
Block a user