- Docker Desktop (or Docker with Docker Compose)
- Ports 8081, 8082, 8083, 8084 to be presently open
- Open Docker Desktop
- Using Terminal
cmd
orpwsh
enter the root code directory with thedocker-compose.yml
file - Run
docker compose build
- Run
docker compose up
- Watch the Terminal to see if the TCP servers have been established
- Navigate to the Project URLs as listed below
- AJAX Form Submission
- Unit Testing
- Additional try-catch Exception Handling
- More Custom Exception Types
- Code Comments and Documentation
- Code Review, Cleanup, Formatting