HoangBachLeLe / SpringAngular

simple CRUD application with a 3-tier architecture (Angular, Spring Boot, MySQL)
0 stars 1 forks source link
angular bootstrap docker docker-compose java mysql spring-boot

Course Management

This is a simple CRUD application with a 3-tier architecture:

Preview

preview

How to run the application?

In order to run the application you need to have Docker and docker-compose installed on your machine. Execute the following command to start the whole application:

docker-compose up

Then open the web page http://localhost:4200 in a browser.

Adminer

The docker compose setup includes Adminer for adminstrating the data base. Once the data base is started open http://localhost:8081 in a browser and log into the data base:

Setting Value
Data base system MySQL
Server db
User root
Password springCRUD
Data base coursedb