This is a example of Node.js Express app with JWT-based authentication.
It contains following features:
- HTTP end-points
- JWT-based authentication
- Persistence in relational database
Main libraries/frameworks/tools which are used:
- Express
- Sequelize
- PostgreSQL
To run this application you need to specify in config file credentials to your PostgreSQL database.