MoonMiners/README.md

416 B

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.