Carstys — Microservices Udemy Course Repository (2026年版) (中文(简体) ). 这是重制版Udemy课程的回放,发布S..
Carstys — Microservices Udemy Course Repository (2026年版) (中文(简体) ). 这是重制版Udemy课程的回放,发布S..
This is the repo for the remastered version of the Udemy course, released September 2026.
You can see how this app was made by taking the Udemy course.
Clone the repo onto your machine, in a user folder:
git clone https://github.com/TryCatchLearn/carsties.gitChange into the project directory:
cd carstiesEnsure Docker Desktop is installed. If not, download it and follow the install instructions for your OS here.
Build the services locally (this may take several minutes):
docker compose buildOnce the build completes, start the services:
docker compose up -dTo run the app over HTTPS, install mkcert from here. Then install the local Certificate Authority:
mkcert -installGenerate a certificate and key to replace the ones used in the course. Change into the devcerts directory and run:
cd devcerts
mkcert -key-file carsties.local.key -cert-file carsties.local.crt app.carsties.test api.carsties.test id.carsties.testAdd an entry to your hosts file so you can reach the app by domain name (see this guide if needed):
127.0.0.1 id.carsties.test app.carsties.test api.carsties.testYou should now be able to browse to the app at https://app.carsties.test
暂无开放 Issues,或尚未同步最近议题。