simple-review-server/README.md
2024-09-16 12:14:50 -04:00

26 lines
598 B
Markdown

# simple-review-server
A simple review server written in TS.
Clone the repository:
```bash
git clone https://git.povario.com/powermaker450/simple-review-server
cd 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/powermaker450/simple-review-client), or consult the [API Docs](https://git.povario.com/powermaker450/simple-review-server/src/branch/main/docs/API.md)