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
Languages
TypeScript
78.6%
PLpgSQL
20.1%
JavaScript
0.6%
Python
0.5%
Dockerfile
0.2%