Skip to content

wecambodev/cardmanagement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Card Management (Project processing )

This sample task is to create a RESTful micro-service for managing debit / credit cards.

This exercise is just focused on the REST API

Features

  • SignUp /Signin /Generate Token
  • Manage Consumer Info
  • Manage Accounts
  • Manage Cards
  • Manage Transaction

Application Workflow Diagram

  • 1.Consumer Signup and signin to generate token
  • 2.Use token to create Accounts
  • 3.Use token create Cards
  • 4.use token to make transactions

Frameworks

To complete this project tasks I use framework like below:

references

  • 1)Jwt Security Demo
  • 1)Jwt Security Demo