mirror of
https://github.com/OSMA-D/osma-server.git
synced 2024-11-05 21:24:02 +03:00
doc: getting started
This commit is contained in:
parent
2cf76d8c0f
commit
fb577dd3f7
2 changed files with 18 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
`work in progress`
|
||||
|
||||
### [Getting started guide](docs/guides/getting-started.md)
|
||||
|
||||
# Contributing
|
||||
|
||||
When contributing to this repository, please first discuss the change you wish to make via issue,
|
||||
|
|
|
@ -0,0 +1,16 @@
|
|||
## 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
|
Loading…
Reference in a new issue