docs | ||
src | ||
.gitignore | ||
LICENSE | ||
package.json | ||
pnpm-lock.yaml | ||
README.md | ||
tsconfig.json |
simple-review-server
A simple review server written in TS.
Clone the repository:
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):
LOG_LEVEL=3
Install dependencies and run the server:
pnpm i
pnpm build
pnpm start
To post a review to the server, use Simple Review Client, or consult the API Docs