Skip to content

Rs07-404/WalletApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

• Change the DATABASEHOST, USER, PASSWORD in .env file according to your database host,username and password
• Note: The Server will automatically create the database and table with sample data inserted if not present.

• run `npm start` in CLI opened with project directory
• go to http://localhost:5000/
• Login page appears if not logged in.
• You can sign up using "Create a New Account ?" button.
• This is a single page application

SAMPLE TESTING:
• You can sign in as a user as well as admin using:
  sample user: rs7
  password: qazwsx

The home page after login shows all the cards and options for manipulating cards and their data.

•Roles
    ○ User: Read/Create/Update/Delete Cards
    ○ Admin: Read/Create/Update/Delete Users

SQL Dump File: `Dump20240828.sql` in the project directory

About

Wallet app is a secure platform that allows users to sign up, log in, and manage their cards, with role-based authentication and authorization to protect user data. It integrates JWT tokens for session management and uses a MySQL database for storing user and card information.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors