A Java-Project system that handles different payment options for various services.
To build the project:
- Open Eclipse or any IDE that supports java, e.g., Intellij.
- Import the project as an existing maven project.
- Go to PaymentApplication.java file then:
- Right click and choose run as spring boot app
if using eclipse. - Run the file
if using Intellij.
- Right click and choose run as spring boot app
- Open Postman and follow the
requirements exposure as web servicesection in the provided docx file.
The project depends on java 11
To access the admin functionality please use the following account when signing in:
{
"email": "admin",
"password": "123"
}
If you want to sign in as a regular user account you can use sign up to make a new account or use the following account:
{
"email": "user",
"password": "123"
}