Install dependencies:
npm install
Setup GitHooks:
npm run setup-git-hooks
Start server:
# Start server
npm start
Lint:
# Check code lint
npm run lint
# Lint code with ESLint
npm run lint --fix
Docs:
# access REST API documentation
http://localhost:4410/api-docs/