ProductSearch
Data table useful to show various data from REST API with filtering in the search bar and pagination to navigate through the table.
Install / Use
/learn @PulkitBanta/ProductSearchREADME
Product Search
A Progressive Web App which displays the Product list retrieved from REST API.
Project Setup
Frontend
- Navigate to the Frontend folder.
- Run
ng serveornpm run startfor a UI server. - Navigate to
http://localhost:4200/. - The app will automatically reload if you change any of the source files.
Backend
- Navigate to the projects folder inside Backend.
- Run
server.batfile in Windows. mvn install && mvn spring-boot:runin Linux or Unix System.
Note: Run Backend server before the Frontend server to see the actual product.
Features
- Search products in the search bar and get results as you start typing.
- Navigate all the products with the use of navigation buttons under the table.
- Products are sorted by Name in every page.

Built With
- Angular - One framework. Mobile & desktop.
- SpringBoot - Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can "just run".
Contributing
Currently not accepting any contributions.
Authors
- Pulkit Banta - Initial work - PulkitBanta
