百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
C

Carsties

> 编程语言
开源

Carstys — Microservices Udemy Course Repository (2026年版) (中文(简体) ). 这是重制版Udemy课程的回放,发布S..

182 stars0 点赞0 次浏览
访问官网GitHub

工具介绍

Carstys — Microservices Udemy Course Repository (2026年版) (中文(简体) ). 这是重制版Udemy课程的回放,发布S..

Carsties — Microservices Udemy Course Repository (2026 version)

This is the repo for the remastered version of the Udemy course, released September 2026.

  • Previous (2025) version: carsties-2025
  • 2024 version: carsties-2024
  • 2023 version: carsties-2023

You can see how this app was made by taking the Udemy course.

Running the app locally

  1. Clone the repo onto your machine, in a user folder:

    bash
    git clone https://github.com/TryCatchLearn/carsties.git
  2. Change into the project directory:

    bash
    cd carsties
  3. Ensure Docker Desktop is installed. If not, download it and follow the install instructions for your OS here.

  4. Build the services locally (this may take several minutes):

    bash
    docker compose build
  5. Once the build completes, start the services:

    bash
    docker compose up -d
  6. To run the app over HTTPS, install mkcert from here. Then install the local Certificate Authority:

    mkcert -install
  7. Generate a certificate and key to replace the ones used in the course. Change into the devcerts directory and run:

    bash
    cd devcerts
    mkcert -key-file carsties.local.key -cert-file carsties.local.crt app.carsties.test api.carsties.test id.carsties.test
  8. Add 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.test
  9. You should now be able to browse to the app at https://app.carsties.test

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

C#

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月18日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言