BackEnd to Feedback Widget Application is a web application that allows you to create a feedback widget that will be displayed on your website. Created utilizing the SOLID principles.
- create a feedback in database
- send feedback to email
- Express.JS
- Prisma
- Nodemailer
- TypeScript
- Jest
npm install
npm run dev
npm run build && npm run start
npm run test