This is a repository for uniTech company for fetch and update category
- category info
- fetch all categories
- update amount of counter
please before run test execute data in defaultData.script inside root project or create data yourself
$ npm install
$ npm run dev
# linux and macos
$ npm run test
# windows
$ npm run test:w
- controllers
- routers
- service crud and what ever about db
- graphql schema and resolver for graphql endpoints are here
- provider database connection orm and running project
- Directories: flatcase & snake_case
- Files : flatcase & dot.case
- Class : PascalCase
- Functions : flatcase , snake_case
- Anonymous Function (Alphabet): Capitalisation & PascalCase
- Anonymous Function (String & number): snake_case (state_200 )
- variable : flatcase & snake_case