Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hemrajmalhi/google-url-mapping-spring-mvc-query-processor
Google URL Mapping with Spring MVC: Query Processing through POST Requests
https://github.com/hemrajmalhi/google-url-mapping-spring-mvc-query-processor
restful-api spring spring-boot spring-mvc webdevelopment
Last synced: 4 days ago
JSON representation
Google URL Mapping with Spring MVC: Query Processing through POST Requests
- Host: GitHub
- URL: https://github.com/hemrajmalhi/google-url-mapping-spring-mvc-query-processor
- Owner: hemrajmalhi
- Created: 2023-07-21T08:00:54.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-21T08:20:51.000Z (over 1 year ago)
- Last Synced: 2023-07-21T09:27:58.409Z (over 1 year ago)
- Topics: restful-api, spring, spring-boot, spring-mvc, webdevelopment
- Language: Java
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google URL Mapping with Spring MVC: Query Processor
## Overview
![Image Descripation](images/search.PNG)This project is a web application developed using Spring MVC that provides a URL mapping functionality for Google URLs and processes queries sent through POST requests...
## Features
- URL Mapping: The application can map Google URLs, allowing users to access specific web pages with cleaner and more user-friendly URLs.
- Query Processing: Queries are processed through POST requests, enabling users to perform searches efficiently and retrieve accurate results.## Getting Started
### Installation
1. Clone the repository
2. Build the project using Maven:
3. Deploy the application on a servlet container (e.g., Apache Tomcat).
4. Access the application in your web browser at: `http://localhost:8080`## Contributing
Contributions to this project are welcome! If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request.