Technology Stack
Frontend
There are two frontend apps:
admin
clientsurvey
client
Both built on same tech stack:
- Vue The Progressive JavaScript Framework
- Vue Router - The official router for Vue.js
- Pinia - Global stores management
- Vue I18n - Internationalization
- Vuetify - Material design based UI component framework
- Axios - HTTP client
Backend
- Express - HTTP server
- Sequelize - database ORM
- Sequelize-typescript - Decorators for Sequelize
- Bullmq - queue system built on top of Redis