git clone https://github.com/artkabis/jwt-authentification.git .
npm i
npm start devcreate .env file and add ->
MONGO_URI = 'mongodb+srv://yourname:yourpassword@cluster0.mongodb.net/YOURDBNAME'
API_PORT = 8000
TOKEN_KEY = '000111222333444'use Thunder Client