Skip to content

ChicoState/archenemy

Repository files navigation

Clippy check

Hatingapp

A developer matching platform that helps you find your coding nemesis!

Database Setup

Seeding the Database

To populate the database with initial test data:

  1. First, get the database URL:

    • DM werdxz on Discord for the database credentials
    • The URL format will be: postgres://<user>:<password>@<host>:<port>/<database>
  2. Run the seed script:

    # Basic usage (will prompt for database URL)
    ./seed/seed seed/0x01.seed
    
    # Or with environment variable
    DATABASE_URL=<your-database-url> ./seed/seed seed/0x01.seed

Options:

  • Use -y flag to skip confirmation prompts
  • Use --no-clear to keep existing data
  • Use -h or --help for more options

⚠️ Note: The seed script will clear all existing data by default. Use --no-clear if you want to preserve existing data.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •