feat: Create login page for admin.

wip: Admin user Configuration
This commit is contained in:
2025-08-08 14:57:33 +05:30
parent 3ee40cad55
commit b2e84608c3
13 changed files with 945 additions and 18 deletions

View File

@@ -19,5 +19,18 @@ For database:
- password : kmobile
- SELECT * FROM users;
- \x
- \d -- all tables details
- \d users; -- see the data type of column
- \c kmobile_banking kmobile_app_rw -- alter the user
- \c kmobile_banking kmobile_app_rw -- alter the user
- grant select,insert,update,delete on table admin to kmobile_app_rw; -- give read write access to a table
______________________________________________________________________
How to connect through linux machine?
- run the bat file.
- shh username@localhost
- give your password
Copy local machine to linux machine :
- scp -P 9022 Smsservice/smsserviceapplication.jar <username>@localhost:/home/<username>
- ssh nabanita@localhost -p 9022