Express + JWT Authentication Starter Clone the repository git clone https://github.com/ermal-abiti/express-auth-starter.git cd express-auth-starter Create the env file cp .env.example .env Start the server in development mode npm run dev