Skip to content

Gabriel-T-0988/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

project fork

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Rust 40.3%
  • C++ 20.1%
  • CMake 16.3%
  • Dart 16.1%
  • Shell 3.2%
  • Swift 1.7%
  • Other 2.3%