Simple backend server that have 1 entity with CRUD operations and auth functionality.
⭐ JWT authentication
⭐ MVC pattern
⭐ PostgreSql db (cloud)
- Express
- Node.js
- PostgreSql (ElephantSql)
- Ajv (validation)
- Knex.js (query builder)
TODO:
- add ability to filter, paginate and sort employees
- create second entity with positions
- implement 2 tokens authentication (refresh, access)