(punition): No more working on backend until Maieul says so :(

This commit is contained in:
apetitco 2025-12-04 17:53:05 +01:00
parent 9734e2d865
commit 56ad511ceb
2 changed files with 30 additions and 18 deletions

View file

@ -1,6 +1,18 @@
# Directory layout
```plaintext
./src/tic-tac-toe
├── entrypoint.sh
├── package.json
├── README.md
├── src
│ ├── app.ts # The microservice app file, where the major part of the backend code lives.
│ └── run.ts # Equivalent of server.ts, it is the entrypoint for our service.
├── tsconfig.json
└── vite.config.js
```
# Anatomy of a microservice
# Backend
# Frontend
# Frontend