This repository serves as a practice project for understanding JSON Web Tokens (JWT) in a Node.js environment.
-
Clone the repository:
git clone https://github.com/your-username/jwt-basics.git
-
Navigate to the project directory:
cd jwt-basics
-
Install dependencies:
npm install
To run the application, execute the following command:
npm start
The server will start using nodemon for automatic reloading during development.