Team member info-
- Annie Joseph - [email protected]
- Hardik Jain - [email protected]
- Harsh Singh - [email protected]
- Shruti Shetty - [email protected]
- IntelliJ -To run application
- Postman -Tool for testing the HTTP request
- PostgreSQL -Database for User
- Spring Boot
- Hibernate
- RestAssured
- Spring boot Test
- jUnit
- Open cloud-application in IntelliJ
- Open CloudApplictaionMain file and run
- Open Postman and test the below mentioned end-points
End-points
- GET http://localhost:8080/ Use basic auth and provide username and password to get success response as current datetime.
- POST http:/localhost:8080/user/register Provide email and password to verify if email address is already present else create new user.
- Go to UserLoginTest file and run the test-cases