2023-04-21 18:51:42 +07:00
2023-03-19 10:21:19 +07:00
2023-03-19 10:21:19 +07:00
2023-02-09 21:38:59 +07:00
2023-02-09 21:38:59 +07:00
2023-02-24 13:37:07 +07:00

#Moon Miners

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Dotenv

Fill the following out:

DB_USER=
DB_PASSWORD=
DB_HOST=
DB_PORT=
DB_DATABASE=

API Endpoints

Refer to test-endpoints.restclient for an up-to-date list of endpoints. If you want to use this to actually query the endpoints, it's not too hard to setup with Emacs.

Description
No description provided
Readme 19 MiB
Languages
TypeScript 78.6%
PLpgSQL 20.1%
JavaScript 0.6%
Python 0.5%
Dockerfile 0.2%