- Register and log in
- Create, read, update, and delete articles (CRUD)
- View a list of articles with filtering and pagination
documentation avialiable on:
$ yarn install
# development
$ yarn run start
# watch mode
$ yarn run start:dev
# production mode
$ yarn run start:prod