git clone https://github.com/daffarmd/jwt-login.git
cd jwt-login
### 2. Clone the repository
```bash
cp .env.example .envFill in your PostgreSQL credentials:
DB_HOST=localhost
DB_PORT=5432
DB_USER=postgres
DB_PASSWORD=yourpassword
DB_NAME=taskmanager
PORT=8080
JWT_SECRET=supersecretkeyRun the SQL in migrations/init.sql manually using psql, DBeaver, or pgAdmin.