Skip to content

Repository files navigation

TypeScript Node.js | Express | Drizzle ORM

Run Application

Run in dev mode (Docker + Drizzle + Nodemon)

npm run dev

Compile and Run in prod mode

npm run docker:up
npm run build && npm run start

Test application

Create 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:cron
Twitter api call
bun run test:twitter

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages