871 B
871 B
booru-api
Setup Instructions
Production Environment
-
Clone the repository:
git clone <repository-url> cd booru-api
-
Rename the example environment file to
.env
:mv .example.env .env
-
Start the application in detached mode:
docker compose up -d
Development Environment
-
Clone the repository:
git clone <repository-url> cd booru-api
-
Rename the example environment file to
.env
:mv .example.env .env
-
Install dependencies using Bun:
bun install
-
Start the development server:
bun dev
Note
Replace
your-username
andyour-password
with your e621 account credentials. Update theUser-Agent
string to include your domain and comply with e621's API guidelines.