Simple project using Express, Json Web Token with NoSQL MongoDB.
To run, just clone this repository and use npm start. To run the tests, use npm test.
Create a .env file on the root folder with the following structure:
SECRET=mysecret
MONGO_URL=mongodb://localhost:27017
Have Fun :)