Watch
1
Fork
You've already forked euro-selection
0
Selection week for EuroSkills, also known as WordSkills Europe.
  • TypeScript 65.9%
  • Astro 32.4%
  • Dockerfile 0.9%
  • JavaScript 0.4%
  • HTML 0.4%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-06-05 10:42:40 +02:00
ai fix: compose 2026-06-05 10:42:40 +02:00
api feat: add fake ai 2026-06-05 10:23:47 +02:00
app feat: finish 2026-06-04 16:33:45 +02:00
landing chore: update domains 2026-06-04 15:44:13 +02:00
.gitignore chore: woops gitignore 2026-06-04 11:24:44 +02:00
compose.yaml fix: compose 2026-06-05 10:42:40 +02:00
nginx.conf fix: compose 2026-06-05 10:42:40 +02:00
README.md chore: update domains 2026-06-04 15:44:13 +02:00

note to ppl who reviews

before anything, add to /etc/hosts the following.

127.0.0.1 competitor.local api.competitor.local app.competitor.local ai.competitor.local

u might be ready to go now; don't forget to run

docker compose up --build

might be useful too~

architecture

- compose -> nginx
          -> db
  - mod. 1 landing      competitor.local (frontend)
  - mod. 2 api      api.competitor.local (backend)
            |
  - mod. 3 app web  app.competitor.local (frontend)
  - mod. 4 ai        ai.competitor.local (fullstack)