https://github.com/grzegorz-krajewski/elixir-handover-lab
Elixir/Phoenix learning project focused on taking over, documenting and dockerizing existing applications.
https://github.com/grzegorz-krajewski/elixir-handover-lab
backend docker ecto elixir handover learning-project phoenix postgresql
Last synced: 21 days ago
JSON representation
Elixir/Phoenix learning project focused on taking over, documenting and dockerizing existing applications.
- Host: GitHub
- URL: https://github.com/grzegorz-krajewski/elixir-handover-lab
- Owner: grzegorz-krajewski
- Created: 2026-05-10T12:36:16.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-10T14:00:34.000Z (about 2 months ago)
- Last Synced: 2026-05-10T15:12:43.439Z (about 2 months ago)
- Topics: backend, docker, ecto, elixir, handover, learning-project, phoenix, postgresql
- Language: Elixir
- Homepage:
- Size: 98.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# Elixir Handover Lab
A small Elixir/Phoenix learning project focused on understanding how to take over, run, document and dockerize an existing Elixir application.
The goal of this repository is not only to learn Elixir syntax, but also to practice the workflow needed when inheriting an existing project:
- reading project structure,
- identifying dependencies,
- running the application locally,
- preparing Docker-based development environment,
- documenting setup steps,
- writing basic tests,
- understanding Phoenix, Ecto and OTP fundamentals.