simple-review-server/README.md

25 lines
431 B
Markdown

# simple-review-server
A simple review server written in TS.
Clone the repository:
```bash
git clone https://git.povario.com/simple-review-server
```
Create a `.env` file with the log level you desire (max is 3):
```bash
LOG_LEVEL=3
```
Install dependencies and run the server:
```bash
pnpm i
pnpm build
pnpm start
```
To post a review to the server, use [Simple Review Client](https://git.povario.com/simple-review-client)