DB_URL='<your-database-url>'
JWT_SECRET='<a random string to be used as JWT secret>'
npm start
Please send a request to '/users' path with the body of {"username":'', "password":''}. This route has been left unprotected for that reason. I did not find a time to put in a handler Ui for the same.