sample-tracker A small project to demonstrate the use of NodeJS authentication with JWT and MongodDb. Installation // Server $ cd api $ npm install $ JWT_KEY_PATH=./keys NODE_ENV=development nodemon server.js // Client... coming soon.