[ ]git status
[ ]git pull origin main
[ ]git checkout -b feature/api-auth
[ ]npm install
[x]npm run dev
[ ]docker compose up -d
[ ]docker ps
[ ]npm run lint
[ ]npm run test
[ ]git add .
[ ]git commit -m "feat: implement authentication middleware"
[ ]git push origin feature/api-auth
[ ]curl https://api.github.com/repos/vercel/next.js
>[ ]node --version
[ ]npm run build
[ ]npm run start
[ ]docker compose logs -f api
[ ]htop
[ ]ls -la
[ ]clear
[ ]npm run format
[ ]git log --oneline -10
[ ]npm run typecheck
[ ]docker compose down
[ ]npm run dev
[ ]npm run test
[ ]git add .
[ ]git commit -m "fix: bug on post users"
[ ]git push origin fix/post-users
[ ]curl https://api.github.com/repos/vercel/next.js
[ ]node --version
[ ]npm run build
[ ]npm run start