Credit management system has to transfer the credit one user to other.
Create a Simple dynamic website which has the following specs.
Start with creating dummy data in database for upto 10 users. Database options: Mysql, Mongo, Postgres, etc. User table will have basic fields such as name, email, current credit etc. Transfers table will record all transfers happened.
Flow: Home Page > View all Users > Select and View one User > Transfer Credit > Select user to transfer to View all Users. Credit is sort of points which can be transferred from one user to another user.
No Login Page. No User Creation. Only transfer of credit between multiple users.