A developer matching platform that helps you find your coding nemesis!
To populate the database with initial test data:
-
First, get the database URL:
- DM werdxz on Discord for the database credentials
- The URL format will be:
postgres://<user>:<password>@<host>:<port>/<database>
-
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
--no-clear
if you want to preserve existing data.