Skip to content

ChicoState/archenemy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0888130 · Apr 9, 2025

History

86 Commits
Apr 9, 2025
Mar 24, 2025
Mar 10, 2025
Feb 5, 2025
Apr 9, 2025
Feb 5, 2025
Feb 26, 2025
Mar 24, 2025
Feb 17, 2025
Mar 24, 2025
Mar 10, 2025
Feb 5, 2025
Feb 26, 2025
Mar 24, 2025
Feb 5, 2025
Feb 24, 2025
Mar 10, 2025
Mar 24, 2025
Mar 24, 2025
Feb 17, 2025
Feb 5, 2025
Feb 26, 2025
Apr 7, 2025

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