Full-stack Angular 15 + Spring Boot + MySQL CRUD Tutorial Application in that:
- Each Tutorial has id, title, description, published status.
- We can create, retrieve, update, delete Tutorials.
- We can also find Tutorials by title.
For more detail, please visit:
Run both Back-end & Front-end in one place:
More Practice:
Angular + Spring Boot: JWT Authentication and Authorization example
sudo apt update && sudo apt install openjdk-21-jdk -y
export JAVA_HOME=/usr/lib/jvm/java-21-openjdk-amd64 && export PATH=$JAVA_HOME/bin:$PATH
chmod +x run_queries.sh && ./run_queries.sh
docker-compose up -d && docker ps
cd spring-boot-server && mvn spring-boot:run
The Spring Boot Server will export API at port 8081
.
cd angular-15-client && npm install && npm install -g @angular/cli && ng serve --port 8081
- change ports from private to public in PORTS tab