Full Stack E-commerce app using Angular and Java Spring Boot backend based on the online course on udemy. Link:https://www.udemy.com/course/full-stack-angular-spring-boot-tutorial/
- Downlad the app and open the folder in the cli.
- Set up database
- cd 01-backend/spring-boot-ecommerce.
- Install maven dependencies using IDE auto import or using the command
mvn install
. - Run the app using
mvn spring-boot:start
from project root directory. - cd 02-frontend/angular-ecommerce
- run
npm install
command - run
ng serve
command
Your frontend app should now be running on localhost:4200. Your backend app should now be running on localhost:8080.
- Users can view all items when entering the website
- Items are displayed properly based on the selected category
Developing: searching products by keyword and pagination
- Spring Boot
- Angular
- Bootstrap
- FontAwesome
- REST API
- JPA Repository
- Spring Data REST
- MySQL