booru-api/README.md

871 B

booru-api

Setup Instructions

Production Environment

  1. Clone the repository:

    git clone <repository-url>
    cd booru-api
    
  2. Rename the example environment file to .env:

    mv .example.env .env
    
  3. Start the application in detached mode:

    docker compose up -d
    

Development Environment

  1. Clone the repository:

    git clone <repository-url>
    cd booru-api
    
  2. Rename the example environment file to .env:

    mv .example.env .env
    
  3. Install dependencies using Bun:

    bun install
    
  4. Start the development server:

    bun dev
    

Note

Replace your-username and your-password with your e621 account credentials. Update the User-Agent string to include your domain and comply with e621's API guidelines.