Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/altafjava/xpcover
https://github.com/altafjava/xpcover
Last synced: about 10 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/altafjava/xpcover
- Owner: altafjava
- Created: 2021-08-28T10:21:17.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-02T10:44:14.000Z (about 3 years ago)
- Last Synced: 2024-10-12T16:11:37.147Z (about 1 month ago)
- Language: Java
- Size: 104 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Requirements to execute the project
1. Clone project from [Github Link](https://github.com/altafjava/signup-login-forgot.git).
2. Import as Existing Maven Projects if it is Eclipse.
3. Install mongodb in your local system with default port 27017.
4. Run SignupLoginForgotApplication as Spring Boot App.## How to test the Program
1. Install Postman.
2. Execute the Project. (Run com.gmc.Application as Spring Boot App or Java Application).
3. Go to [API Documentation](http://localhost:9999/swagger-ui.html) to know the API details.## Example
**URL :** localhost:9999/api/v1/test
**Output :** This is for testing. Project working fine
## Secure Test Curl Example
```
curl --location --request GET 'localhost:9999/api/v1/test-secure' \
--header 'Authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiI2MTJkZmVhMjM1MDEwZjcwZjE4OWEyNDgiLCJpYXQiOjE2MzA1Nzg5NDYsImV4cCI6MTYzMDYyMjE0NiwiZW1haWwiOiJZN3lDZDVkVUlwR3hYenFwM1ZPaFl3PT0iLCJyb2xlcyI6WyJPV05FUiJdfQ.Za1DBCca5dyCU9zm1znclHG3mkChJey-VQ6d9GIwArhU-P3VldbElZVn_bVNzQJTEZrSjzjsEBHaV1gFlvZVGA'
```
## Users**Default User : OWNER**
**Default Password : default**
## Postman Collection
Added in the project main directory with name **xpcover.postman_collection.json**