/express-auth-starter

⚙️ ExpressJS starter project (+ JWT Authentication)

Primary LanguageJavaScript

Express + JWT Authentication Starter

ExpressLogo

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