Front- and backend for showing how jwt auth work.
First ... create a .env file to store your secrets and port. Something like this:
ACCESS_TOKEN_SECRET=weibenrules
REFRESH_TOKEN_SECRET=weibenrulesevenmore
PORT=4000
Run npm install
Run npm install then npm start