Run in dev mode (Docker + Drizzle + Nodemon)
npm run devCompile and Run in prod mode
npm run docker:upnpm run build && npm run startCreate Account
curl --location 'http://localhost:8080/accounts' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "alephium",
"id": "1234567890",
"type": "product"
}'Twitter cron job
bun run test:cronbun run test:twitter