Go to file
2024-09-12 00:21:32 -04:00
src Add CORS headers 2024-09-09 12:24:24 -04:00
.gitignore First commit 2024-08-16 15:04:52 -04:00
LICENSE Add LICENSE 2024-08-16 15:06:40 -04:00
package.json Fix crash when data.json doesn't exist 2024-08-21 03:04:23 -04:00
pnpm-lock.yaml Seperate "/post" endpoint into a route, use express for routing 2024-08-21 01:25:49 -04:00
README.md Fix README (I was tired and wrote half the README for the server and the other half for the client) 2024-09-12 00:21:32 -04:00
tsconfig.json Create more utils: logger and responder 2024-08-18 17:11:15 -04:00

simple-review-server

A simple review server written in TS.

Clone the repository:

git clone https://git.povario.com/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