Skip to content

daffarmd/jwt-login

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚙️ Getting Started

1. Clone the repository

git clone https://github.com/daffarmd/jwt-login.git
cd jwt-login

### 2. Clone the repository
```bash
cp .env.example .env

Fill in your PostgreSQL credentials:

DB_HOST=localhost
DB_PORT=5432
DB_USER=postgres
DB_PASSWORD=yourpassword
DB_NAME=taskmanager
PORT=8080
JWT_SECRET=supersecretkey

3. Run database migration

Run the SQL in migrations/init.sql manually using psql, DBeaver, or pgAdmin.

About

A simple clean jwt login with repository pattern

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors