Browsing the project
After finishing the previous step, those ports will become available:
- localhost:3000 - App,
- localhost:5432 - Database (PostgreSQL),
- localhost:3001 - Database UI (Adminer),
- localhost:25 - Mail Server (MailHog),
- localhost:3002 - Mail Server UI (MailHog),
- localhost:9000 - Storage Service (MinIO),
- localhost:3003 - Storage Service UI (MinIO Console)
While not every single one of them is a HTTP server, you should take a look at the ones which do serve web content. Understanding what they're useful for is cruicial for wokring on the project.