- Authentication
- Authorization based on roles
- List products by category
- Pagination
- CRUD category
- Relational database
- Knexjs Migrations and Seed
- Integration testing with Jest
- CI with CodeShip
Note: Sqlite is used in development for testing purposes.
npm run dev
npm start
npm test