This is a dead simple log server that allows you to log messages to a persisted database.
- Clone the repository.
- Install dependencies
pnpm install
. - Create a
.env
file and add the necessarysecrets
into it. You can use the.env.example
file as a reference. - Run the development server using
pnpm run dev
. If you haven't run an init on your database, runpnpm run db:push
.
OpenAPI 3 specification with Swagger explorer is available at /docs
.
To make any logs into the database, you'll need a valid service account which is active. These account should be regulated by yourself, and should not generated by the public.
You can use the pnpm run db:explorer
to view the database, and create a service.
Documentation for the available endpoints are OpenAPI 3 compliant. You can view the full documentation at /docs
.
Contributions are always welcome!
See CONTRIBUTION for ways to get started.
Please adhere to this project's CODE OF CONDUCT.