osma-server/docs/guides/getting-started.md

17 lines
209 B
Markdown
Raw Normal View History

2022-07-28 20:16:34 +03:00
## 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