This application aims to transfer money between users with their phone numbers.
Frontend: React js.
Backend: Express js.
ORM: Prisma.
Database: postgreSQL.
Authentication: Jwt (with httpOnly).
- Database is already deployed successfully on Heroku, need to deploy the whole app.
- Push notification to online users to update their available balance.
- Implement unit testing for the whole app.