Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 452 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 452 Bytes

Simple-Wallet

This application aims to transfer money between users with their phone numbers.

Stack

Frontend: React js.
Backend: Express js.
ORM: Prisma.
Database: postgreSQL.
Authentication: Jwt (with httpOnly).

Future Improvements

  • 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.