Example of restfull API server with jwt authetication
Please define the following in the .env file
APPLICATION_PORT=
MONGODB_URL=
JWT_ISSUER=
JWT_CONSUMER=
JWT_SECRET=
JWT_REFRESH_SECRET=
To run the project
- Install the package by run the following command
npm i
- Run this command after installing the packages
node index.js