An backend API for a chat system.
- Improve backend skills.
- Can be used as an demo to demonstrate skills.
psql \l \c api_chat \dt \d+ message
npm run start npm run start:dev
appbrew services start postgresql@15 brew services start redis
/Volumes/Transcend/Code/flutter/bin/flutter pub run build_runner build --delete-conflicting-outputs /Volumes/Transcend/Code/flutter/bin/flutter run -d chrome --dart-define=ENVIRONMENT=development
npm test -- --"friend-request.service.spec.ts" --verbose
npm test
npm run test:cov
npx typeorm migration:create src/common/database/migrations/update-table-name-messages
node ./node_modules/typeorm/cli.js -d dist/common/database/typeorm.config.js migration:run
node ./node_modules/typeorm/cli.js -d dist/common/database/typeorm.config.js migration:run