A Progressive Web App which displays the Product list retrieved from REST API.
- Navigate to the Frontend folder.
- Run
ng serve
ornpm run start
for a UI server. - Navigate to
http://localhost:4200/
. - The app will automatically reload if you change any of the source files.
- Navigate to the projects folder inside Backend.
- Run
server.bat
file in Windows. mvn install && mvn spring-boot:run
in Linux or Unix System.
Note: Run Backend server before the Frontend server to see the actual product.
- 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.
- 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".
Currently not accepting any contributions.
- Pulkit Banta - Initial work - PulkitBanta