mirror of
https://github.com/OSMA-D/osma-server.git
synced 2024-11-22 13:16:20 +03:00
16 lines
209 B
Markdown
16 lines
209 B
Markdown
## How to run
|
|
|
|
### 1. Create .env file or configure environment variables manually
|
|
|
|
```.env
|
|
MONGODB_URI = *URI*
|
|
PORT = 80
|
|
JWT_SECRET = *secret*
|
|
SALT = *SALT*
|
|
```
|
|
|
|
### 2. Run command
|
|
|
|
`cargo run`
|
|
|
|
### 3. Enjoy
|