Skip to content

iam-sakshi/RUPAYA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RUPAYA

The payment gateway application is developed using a combination of technologies such as Tomcat server, Spring Boot for the backend, JPA, and Hibernate for data persistence, JSP for server-side rendering, MySQL as the database, REST API for communication, and Spring Security for authentication and authorization.

The steps to set up rupaya - payment gateway application to any system :

  • install eclipse (https://www.eclipse.org/) , mysql (https://www.mysql.com/) , mysql workbench (https://www.mysql.com/) .
  • configure the mysql and wworkbench : Enter a connection name, hostname (usually "localhost"), port (default is 3306), username (typically "root"), and password (set during MySQL installation).
  • change the application resources information of password and username according to your workbench configuration
  • let the maven load and download the dependancies present in the spring boot application
  • run the spring boot application on tomcat server (by default)
  • open browser and run localhost:8080

Activity Diagram of Rupaya : image

screen shots of the application :

image

Fig 1: starting tomcat server

image

Fig 2 : Rupaya home page

image

Fig 3 : Registration Page

image

Fig 4: Verification Email

image

Fig 5: Login Page

image

Fig 6 Create / Add an account

image

Fig 7 : Payment Page

image

Fig 8: Transfer Page

image

Fig 9 : Deposit Page

image

Fig 10: Withdraw Page

image

Fig 11: user Dashboard

image

Fig 12 : Payment History Page

image

Fig 13 : Transaction History Page

image

Fig 14 : Logged out

About

The payment gateway application is developed using a combination of technologies such as Tomcat server, Spring Boot for the backend, JPA, and Hibernate for data persistence, JSP for server-side rendering, MySQL as the database, REST API for communication, and Spring Security for authentication and authorization.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors