- Sign up
- Sign in
- Make transactions
-
Backend
- mongodb database file
- authentication middleware
- index route --> route to user route and account route
- user route --> post(/signin) | post(/signup) | get(/bulk) [to find users with firstname or lastname]
- account route --> get(/balance) | post(/transfer)
- implement transactions in mongodb
-
Frontend
- React init
- Components
- /signup page
- /signin page
- /dashboard page
- /sendmoney page
- connect pages together
- use axios to connect with backend
- Display balance on /dashboard
- Display all the users on /dashboard